aboutsummaryrefslogtreecommitdiffstats
path: root/www/html2wml
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
committeraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
commitd767f0728d3efeb994fab115409d2613056d4dcb (patch)
treefcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /www/html2wml
parent22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff)
downloadfreebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'www/html2wml')
-rw-r--r--www/html2wml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile
index 5121c380b8d2..373304323d0a 100644
--- a/www/html2wml/Makefile
+++ b/www/html2wml/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= SF/htmlwml/Html2Wml/${PORTVERSION} http://maddingue.free.fr/softwa
MAINTAINER= ports@FreeBSD.org
COMMENT= A CGI that can do on-the-fly HTML to WML conversion
-RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
- ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USE_PERL5= yes
MAKE_ARGS= PREFIX=${PREFIX} DOCDIR=${DOCDIR}