aboutsummaryrefslogtreecommitdiff
path: root/www/w3m/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-04-24 15:18:30 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-04-24 15:18:30 +0000
commitf501c65c749ea93ac9021990299d9457462bc369 (patch)
treed251a4a60cb7134b7515f81a16f1b44f8db0bba9 /www/w3m/Makefile
parent52ccc109220769c7aedc38fd1f1c01ca501399d3 (diff)
downloadports-f501c65c749ea93ac9021990299d9457462bc369.tar.gz
ports-f501c65c749ea93ac9021990299d9457462bc369.zip
- Fix perl path in scripts
Notes
Notes: svn path=/head/; revision=352011
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r--www/w3m/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 5cc45a8fd1d6..071bb953f170 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= SF/w3m/w3m/w3m-${PORTVERSION}
MAINTAINER?= nobutaka@FreeBSD.org
COMMENT?= Pager/text-based WWW browser
+USES= perl5
USE_OPENSSL= yes
LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc
@@ -17,7 +18,8 @@ MAKE_JOBS_UNSAFE= yes
CONFLICTS?= ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-img-0.5.*
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-gc=${LOCALBASE}
+CONFIGURE_ARGS= --with-gc=${LOCALBASE} \
+ ac_cv_path_PERL=${PERL}
DOCS= FAQ.html HISTORY MANUAL.html README \
README.dict README.func README.m17n STORY.html keymap.default \