[Midnightbsd-cvs] mports: Makefile: The problem with this port on magus is related to the
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 23 17:12:26 EDT 2008
Log Message:
-----------
The problem with this port on magus is related to the app-defaults directory. I've explicitly configured it now in hopes this will solve the problem. It's possible that it is getting installed in the wrong place in magus for some reason.
Modified Files:
--------------
mports/x11/xscreensaver:
Makefile (r1.11 -> r1.12)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.11 -r1.12
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xscreensaver
PORTVERSION= 5.06
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/ \
http://dougbarton.us/Downloads/
@@ -34,6 +34,7 @@
--with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \
--with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \
--with-configdir=${PREFIX}/share/xscreensaver/config/ \
+ --with-x-app-defaults=${PREFIX}/lib/X11/app-defaults \
--with-dpms-ext --with-xinerama-ext --with-xf86vmode-ext \
--with-xf86gamma-ext --with-randr-ext --enable-locking
More information about the Midnightbsd-cvs
mailing list