From 75f4394da71cedf82f13e50f9e5e6948e239a7c5 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Mon, 24 Jul 2006 22:49:32 +0000 Subject: Make LIBPATH and CPPPATH over-writable. Requested by: maintainer (on IRC) --- Mk/bsd.scons.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk') 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 -- cgit v1.2.3