summaryrefslogtreecommitdiffstats
path: root/Mk/Uses/gperf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Uses/gperf.mk')
-rw-r--r--Mk/Uses/gperf.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/gperf.mk b/Mk/Uses/gperf.mk
index 403d476..cf66063 100644
--- a/Mk/Uses/gperf.mk
+++ b/Mk/Uses/gperf.mk
@@ -11,7 +11,7 @@
_INCLUDE_USES_GPERF_MK= yes
.if !exists(/usr/bin/gperf)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:devel/gperf
GPERF= ${LOCALBASE}/bin/gperf
.else
_GPERF_VERSION!= /usr/bin/gperf --version | head -1 || true
@@ -22,7 +22,7 @@ _GPERF_MAJ_VERSION= 0
.endif
.if ${_GPERF_MAJ_VERSION} < 3
-BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:devel/gperf
GPERF= ${LOCALBASE}/bin/gperf
.else
GPERF= /usr/bin/gperf
OpenPOWER on IntegriCloud