diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 10:28:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 10:28:41 +0000 |
commit | 75a02eeaf7dd85eae831fad5d63a03ad4ed9ab54 (patch) | |
tree | 0801e2be3c145cb477e33b5cc8c2767527ad8026 /www | |
parent | c19c2617f54886063916f82f64d0c151ce56854b (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/wml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 39ce916c2f9a..ab8cc3eb6598 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -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} |