Fix with bmake(1)
This commit is contained in:
parent
9fee9b8add
commit
f86f771e96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317181
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --without-iconv
|
|||
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
USE_PERL5= yes
|
||||
PERL_ARCHNAME!= perl -V:archname 2>/dev/null || true
|
||||
PERL_ARCHNAME!= perl -V:archname 2>/dev/null || ${ECHO_CMD}
|
||||
PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME="${PERL_ARCHNAME:S/archname='//:S/';//}"
|
||||
CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PORTNAME}/perl
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue