diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/html2wml | |
parent | - Update to 1.2.2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/html2wml')
-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 9337578fbb73..f0b6ef31ebf0 100644 --- a/www/html2wml/Makefile +++ b/www/html2wml/Makefile @@ -13,9 +13,9 @@ COMMENT= CGI that can do on-the-fly HTML to WML conversion LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-Text-Template>0:${PORTSDIR}/textproc/p5-Text-Template \ - p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Text-Template>0:textproc/p5-Text-Template \ + p5-XML-Parser>0:textproc/p5-XML-Parser \ + p5-libwww>0:www/p5-libwww USES= perl5 shebangfix SHEBANG_FILES= html2wml.cgi |