summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 20:44:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 20:44:34 +0000
commit9b1ed98e60a86d5ea3f497119fe5133ea1977cc2 (patch)
tree7b3b8fc4381f135bc021bfadea32644a1ae89864 /Mk
parent- Update to 2.02 (diff)
Temporary readd ${PORTSDIR} to perl5 deps as somewhow they are triggering
an issue with sanify check in poudriere that needs to be fixed first Reported by: adamw
Notes
Notes: svn path=/head/; revision=399295
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/perl5.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 350d3355d04d..75bb34951787 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -226,19 +226,19 @@ CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES"
.endif # configure
.if ${_USE_PERL5:Mextract}
-EXTRACT_DEPENDS+= ${PERL5_DEPEND}:lang/${PERL_PORT}
+EXTRACT_DEPENDS+= ${PERL5_DEPEND}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.if ${_USE_PERL5:Mpatch}
-PATCH_DEPENDS+= ${PERL5_DEPEND}:lang/${PERL_PORT}
+PATCH_DEPENDS+= ${PERL5_DEPEND}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.if ${_USE_PERL5:Mbuild}
-BUILD_DEPENDS+= ${PERL5_DEPEND}:lang/${PERL_PORT}
+BUILD_DEPENDS+= ${PERL5_DEPEND}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.if ${_USE_PERL5:Mrun}
-RUN_DEPENDS+= ${PERL5_DEPEND}:lang/${PERL_PORT}
+RUN_DEPENDS+= ${PERL5_DEPEND}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.if ${_USE_PERL5:Mconfigure}