[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXrandr

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/libXrandr/Makefile between version 1.1.1.1 and 1.7

version 1.1.1.1, 2006/11/03 21:22:58 version 1.7, 2008/05/24 21:45:15
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=               libXrandr-1.1.2  DISTNAME=               libXrandr-1.2.2
 CATEGORIES=             x11 devel  CATEGORIES=             x11 devel
 MASTER_SITES=           http://xorg.freedesktop.org/releases/individual/lib/  MASTER_SITES=           ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=           .tar.bz2  EXTRACT_SUFX=           .tar.bz2
   
 MAINTAINER=             joerg@NetBSD.org  MAINTAINER=             joerg@NetBSD.org
Line 21  USE_TOOLS+=  pkg-config
Line 21  USE_TOOLS+=  pkg-config
 CONFIGURE_ENV+=         LIB_MAN_SUFFIX=3  CONFIGURE_ENV+=         LIB_MAN_SUFFIX=3
 PKGCONFIG_OVERRIDE+=    xrandr.pc.in  PKGCONFIG_OVERRIDE+=    xrandr.pc.in
   
   .include "../../mk/bsd.prefs.mk"
   
   .if ${OPSYS} == "NetBSD"
   CONFIGURE_ARGS+=        --disable-malloc0returnsnull
   .endif
   
 .include "../../x11/libX11/buildlink3.mk"  .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"  .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"  .include "../../x11/libXrender/buildlink3.mk"

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>