mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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
This commit is contained in:
parent
4b74333c32
commit
9b1ed98e60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399295
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user