diff options
Diffstat (limited to 'www/html2wml/Makefile')
-rw-r--r-- | www/html2wml/Makefile | 6 |
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} |