[Midnightbsd-cvs] mports: Makefile: set the x app default dir explicitly, hopefully this

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Apr 10 02:26:00 EDT 2008


Log Message:
-----------
set the x app default dir explicitly, hopefully this will keep the
configure script from going nuts in the chroot envirement.

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.3 -r1.4
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -33,7 +33,8 @@
 		--with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \
 		--with-configdir=${PREFIX}/share/xscreensaver/config/ \
 		--with-jpeg=${LOCALBASE} --without-gnome --without-kerberos \
-		--without-motif --mandir=${PREFIX}/man
+		--without-motif --mandir=${PREFIX}/man \
+		--with-x-app-defaults=${PREFIX}/lib/X11/app-defaults/		
 
 OPTIONS=	ALL_FORTUNES "Run fortune with -sa argument" off \
 		SETUID_HACKS "Install sonar hack suid so it can ping" off


More information about the Midnightbsd-cvs mailing list