[Midnightbsd-cvs] mports: Makefile: switch to localbase.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 12 15:12:05 EDT 2008


Log Message:
-----------
switch to localbase.

Modified Files:
--------------
    mports/audio/arts:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/arts/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L audio/arts/Makefile -L audio/arts/Makefile -u -r1.3 -r1.4
--- audio/arts/Makefile
+++ audio/arts/Makefile
@@ -40,7 +40,7 @@
 CONFIGURE_ENV+=	DO_NOT_COMPILE="${DO_NOT_COMPILE}"
 CONFIGURE_TARGET= # empty
 CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd6.0 \
-		--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
+		--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include
 
 OPTIONS=	ESD "Enable esound support" off \
 		NAS "Enable NAS support" off


More information about the Midnightbsd-cvs mailing list