- Finish conversion to perl5 framework
In global context we already have perl for build, with PERL we need perl for run With hat: perl@
This commit is contained in:
parent
e8542e3d8f
commit
c49c3a90e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325907
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--without-lua \
|
|||
.if ${PORT_OPTIONS:MPERL}
|
||||
CONFIGURE_ARGS+=--with-perl
|
||||
CONFIGURE_ENV+= __PERL=${PERL}
|
||||
USE_PERL5= yes
|
||||
USE_PERL5+= run
|
||||
PLIST_SUB+= PERL=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-perl
|
||||
|
|
Loading…
Reference in a new issue