summaryrefslogtreecommitdiff
path: root/Mk/bsd.scons.mk
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-24 22:49:32 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-24 22:49:32 +0000
commit75f4394da71cedf82f13e50f9e5e6948e239a7c5 (patch)
tree3124d5be3f7def62c6f60ff4e9166210f93706a6 /Mk/bsd.scons.mk
parent- Update to 2.4-20060724 (diff)
Make LIBPATH and CPPPATH over-writable.
Requested by: maintainer (on IRC)
Notes
Notes: svn path=/head/; revision=168685
Diffstat (limited to 'Mk/bsd.scons.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