svn commit: r352011 - head/www/w3m

Pietro Cerutti gahr at FreeBSD.org
Thu Apr 24 15:18:31 UTC 2014


Author: gahr
Date: Thu Apr 24 15:18:30 2014
New Revision: 352011
URL: http://svnweb.freebsd.org/changeset/ports/352011
QAT: https://qat.redports.org/buildarchive/r352011/

Log:
  - Fix perl path in scripts

Modified:
  head/www/w3m/Makefile

Modified: head/www/w3m/Makefile
==============================================================================
--- head/www/w3m/Makefile	Thu Apr 24 15:11:01 2014	(r352010)
+++ head/www/w3m/Makefile	Thu Apr 24 15:18:30 2014	(r352011)
@@ -10,6 +10,7 @@ MASTER_SITES=	SF/w3m/w3m/w3m-${PORTVERSI
 MAINTAINER?=	nobutaka at 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 \


More information about the svn-ports-all mailing list