summaryrefslogtreecommitdiff
path: root/Mk/Uses/scons.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-03-27 01:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-03-27 01:23:25 +0000
commit421767bd88527645cd4058a75e4ccfc620acf467 (patch)
treefc37977964ca6fcbf75112d387272790e3517c83 /Mk/Uses/scons.mk
parent- Update to 3.11.1 (diff)
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047
Notes
Notes: svn path=/head/; revision=411970
Diffstat (limited to 'Mk/Uses/scons.mk')
-rw-r--r--Mk/Uses/scons.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/scons.mk b/Mk/Uses/scons.mk
index 9bf68fbef392..4b2cb54d40c1 100644
--- a/Mk/Uses/scons.mk
+++ b/Mk/Uses/scons.mk
@@ -22,7 +22,7 @@ LINKFLAGS?= ${LDFLAGS}
LIBPATH?= ${LOCALBASE}/lib
CPPPATH?= ${LOCALBASE}/include
SCONS= ${LOCALBASE}/bin/scons
-BUILD_DEPENDS+= ${SCONS}:${PORTSDIR}/devel/scons
+BUILD_DEPENDS+= ${SCONS}:devel/scons
MAKE_CMD= ${SCONS}
MAKE_ARGS+= CCFLAGS="${CCFLAGS}" CXXFLAGS="${CXXFLAGS}" \
LINKFLAGS="${LINKFLAGS}" PKGCONFIGDIR="${PKGCONFIGDIR}" \