aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.ccache.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/bsd.ccache.mk
parent588e4661a992273a75c704edffe68ed71431c230 (diff)
downloadports-421767bd88527645cd4058a75e4ccfc620acf467.tar.gz
ports-421767bd88527645cd4058a75e4ccfc620acf467.zip
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/bsd.ccache.mk')
-rw-r--r--Mk/bsd.ccache.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ccache.mk b/Mk/bsd.ccache.mk
index 72133615df4f..4534489df003 100644
--- a/Mk/bsd.ccache.mk
+++ b/Mk/bsd.ccache.mk
@@ -22,7 +22,7 @@ WARNING+= WITH_CCACHE_BUILD support disabled, please set CCACHE_DIR.
!defined(NO_BUILD) && !defined(NOCCACHE)
# Avoid depends loops between ccache and pkg
. if ${PKGORIGIN} != devel/ccache && ${PKGORIGIN} != ${PKG_ORIGIN}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/ccache:${PORTSDIR}/devel/ccache
+BUILD_DEPENDS+= ${LOCALBASE}/bin/ccache:devel/ccache
. endif
_CCACHE_PATH= ${LOCALBASE}/libexec/ccache