[Midnightbsd-cvs] mports: Makefile: the x11 depends aren't getting set at all for this.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 00:17:57 EDT 2007


Log Message:
-----------
the x11 depends aren't getting set at all for this.  fix that for magus

switch to USE_LDCONFIG

Modified Files:
--------------
    mports/x11-toolkits/gtk12:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/gtk12/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lx11-toolkits/gtk12/Makefile -Lx11-toolkits/gtk12/Makefile -u -r1.3 -r1.4
--- x11-toolkits/gtk12/Makefile
+++ x11-toolkits/gtk12/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	gtk
 PORTVERSION=	1.2.10
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/gtk+/1.2
@@ -18,8 +18,9 @@
 COMMENT=	Gimp Toolkit for X11 GUI (previous stable version)
 
 USE_PERL5=	yes
+USE_XLIB=	yes
 USE_GNOME=	glib12
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/gtk12 --with-native-locale \
 		--with-xinput=xfree


More information about the Midnightbsd-cvs mailing list