diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-24 22:49:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-24 22:49:32 +0000 |
commit | 75f4394da71cedf82f13e50f9e5e6948e239a7c5 (patch) | |
tree | 3124d5be3f7def62c6f60ff4e9166210f93706a6 /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')
-rw-r--r-- | Mk/bsd.scons.mk | 4 |
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 |