[Midnightbsd-cvs] mports: Makefile: get much more picky about listing xorg depends on this

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Dec 5 22:00:17 EST 2007


Log Message:
-----------
get much more picky about listing xorg depends on this port.

Modified Files:
--------------
    mports/x11-toolkits/gtk20:
        Makefile (r1.9 -> r1.10)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/gtk20/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L x11-toolkits/gtk20/Makefile -L x11-toolkits/gtk20/Makefile -u -r1.9 -r1.10
--- x11-toolkits/gtk20/Makefile
+++ x11-toolkits/gtk20/Makefile
@@ -9,6 +9,7 @@
 
 PORTNAME=	gtk
 PORTVERSION=	2.10.14
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
 		ftp://ftp.gtk.org/pub/gtk/v2.10/ \
@@ -38,18 +39,22 @@
 		${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
 USE_GMAKE=	yes
-USE_XPM=	yes
 USE_PERL5=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_GNOME=	gnomehack atk pango ltverhack
 USE_GETTEXT=	yes
-USE_XLIB=	yes
+USE_XORG=	dmx fontenc fontutil ice libfs oldx sm x11 xau xaw xaw6 xaw7 xaw8 xbitmaps \
+		xcomposite xcursor xdamage xdmcp xevie xext xfixes xfont xfontcache xft xi \
+		xinerama xkbfile xkbui xmu xmuu xp xpm xprintapputil xprintutil \
+		xrandr xrender xres xscrnsaver xt xtrans xtrap xtst xv xvmc xxf86dga xxf86misc \
+		xxf86vm
+
 CONFIGURE_ARGS=	--enable-static --with-xinput=yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-			  -I${LOCALBASE}/include -I${X11BASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+			  -I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 GTK_VERSION=	2.10.0
 PLIST_SUB=	GTK_VERSION="${GTK_VERSION}"
 


More information about the Midnightbsd-cvs mailing list