[Midnightbsd-cvs] mports: Makefile: Based on the compile output, i think we're missing

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 22 10:43:08 EDT 2008


Log Message:
-----------
Based on the compile output, i think we're missing glib20.  I also switched to USE_GNNOME syntax for the rest.

Modified Files:
--------------
    mports/x11/xscreensaver:
        Makefile (r1.10 -> r1.11)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.10 -r1.11
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	xscreensaver
 PORTVERSION=	5.06
-PORTREVISION=   1
+PORTREVISION=   2
 CATEGORIES?=	x11
 MASTER_SITES=	http://www.jwz.org/xscreensaver/ \
 		http://dougbarton.us/Downloads/
@@ -18,16 +18,15 @@
 LICENSE=	x11
 
 LIB_DEPENDS=	gle.4:${PORTSDIR}/graphics/gle \
-		gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
 		xml2.5:${PORTSDIR}/textproc/libxml2 \
-		glade-2.0.0:${PORTSDIR}/devel/libglade2 \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
 		freetype.9:${PORTSDIR}/print/freetype2
 
 DESTDIRNAME=	install_prefix
 
-USE_XORG=	xpm xrandr xrender xt xmu xinerama xext xf86miscproto xi xaw xcomposite ice  x11
+USE_GNOME=	glib20 gtk20 libglade2
+USE_XORG=	xpm xrandr xrender xt xmu xinerama xext xf86miscproto xi xaw xcomposite ice x11
 USE_GL=		yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes


More information about the Midnightbsd-cvs mailing list