Ops, fix double use of USES
This commit is contained in:
parent
c19c2617f5
commit
75a02eeaf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324033
1 changed files with 2 additions and 3 deletions
|
@ -24,11 +24,10 @@ RUN_DEPENDS= \
|
|||
BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx \
|
||||
${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= run build patch
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USES= gettext perl5
|
||||
USE_PERL5= run build patch
|
||||
CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \
|
||||
--prefix=${PREFIX}
|
||||
|
||||
|
|
Loading…
Reference in a new issue