1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Do not overwrite USES

This commit is contained in:
Baptiste Daroussin 2013-09-17 13:03:10 +00:00
parent 768ff43331
commit b56acf2ca5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327476

View File

@ -67,7 +67,7 @@ PLIST_SUB+= WITH_RUBY="@comment "
.endif
.if ${PORT_OPTIONS:MPERL_MODULE}
USES= perl5
USES+= perl5
CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install
PLIST_SUB+= WITH_PERL=""
.else