aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-07-25 06:49:32 +0800
committeritetcu <itetcu@FreeBSD.org>2006-07-25 06:49:32 +0800
commit04ef6980cb4d4b5d7ef0e4467e1b6a8cfd8214f2 (patch)
treef7d29e669f0c4f79e6869455695597639a5ec501 /Mk
parentc508f02df135386c8cbce8402dfa7e1c185234af (diff)
downloadfreebsd-ports-gnome-04ef6980cb4d4b5d7ef0e4467e1b6a8cfd8214f2.tar.gz
freebsd-ports-gnome-04ef6980cb4d4b5d7ef0e4467e1b6a8cfd8214f2.tar.zst
freebsd-ports-gnome-04ef6980cb4d4b5d7ef0e4467e1b6a8cfd8214f2.zip
Make LIBPATH and CPPPATH over-writable.
Requested by: maintainer (on IRC)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.scons.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.scons.mk b/Mk/bsd.scons.mk
index 37222a74955d..f596b5ad78d2 100644
--- a/Mk/bsd.scons.mk
+++ b/Mk/bsd.scons.mk
@@ -37,8 +37,8 @@ SCONS_PORT= ${PORTSDIR}/devel/scons
CCFLAGS?= ${CFLAGS}
LINKFLAGS?= ${LDFLAGS}
PKGCONFIGDIR?= ${LOCALBASE}/libdata/pkgconfig
-LIBPATH= ${LOCALBASE}/lib ${X11BASE}/lib
-CPPPATH= ${LOCALBASE}/include ${X11BASE}/include
+LIBPATH?= ${LOCALBASE}/lib ${X11BASE}/lib
+CPPPATH?= ${LOCALBASE}/include ${X11BASE}/include
#
# SCONS_ENV is where we pass all the stuff that should be the