[Midnightbsd-cvs] mports: Makefile: I believe the issue on magus is a missing depends.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jul 14 00:08:46 EDT 2008
Log Message:
-----------
I believe the issue on magus is a missing depends. Based on some research, I've added several dependancies that appear to be missing from x11 as well as jpeg and png. I'm not certain png will be used.
Modified Files:
--------------
mports/x11/xscreensaver:
Makefile (r1.7 -> r1.8)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.7 -r1.8
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -20,11 +20,14 @@
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
+ 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
+USE_XORG= xpm xrandr xrender xt xmu xinerama xext xf86miscproto xi
USE_GL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -109,16 +112,6 @@
CFLAGS+= -O0
.endif
-pre-fetch:
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- @${ECHO} ''
- @${ECHO} '*** This is the non-gnome version of the port.'
- @${ECHO} ' If you want gnome support, hit Ctrl-C now,'
- @${ECHO} ' and cd ../xscreensaver-gnome.'
- @${ECHO} ''
- @sleep 2
-.endif
-
USE_DOS2UNIX= hacks/glx/topblock.c
post-patch:
@ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched
More information about the Midnightbsd-cvs
mailing list