diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | a48503c96631d25b230b767d967d23cb003ce7e8 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/wml/Makefile | |
parent | ffc09d22f48b21e6c2092551737761b22405f284 (diff) | |
download | FreeBSD-ports-a48503c96631d25b230b767d967d23cb003ce7e8.zip FreeBSD-ports-a48503c96631d25b230b767d967d23cb003ce7e8.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/wml/Makefile')
-rw-r--r-- | www/wml/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 0482730..12ada2d 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -14,16 +14,16 @@ COMMENT= Website META Language, webdesign toolkit for HTML generation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png RUN_DEPENDS= \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Bit-Vector>=5.2:${PORTSDIR}/math/p5-Bit-Vector \ - p5-File-PathConvert>0:${PORTSDIR}/devel/p5-File-PathConvert \ - p5-Image-Size>=2.6:${PORTSDIR}/graphics/p5-Image-Size \ - p5-Term-ReadKey>=2.11:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-HTML-Clean>0:${PORTSDIR}/www/p5-HTML-Clean \ - p5-GD>0:${PORTSDIR}/graphics/p5-GD -BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-Bit-Vector>=5.2:math/p5-Bit-Vector \ + p5-File-PathConvert>0:devel/p5-File-PathConvert \ + p5-Image-Size>=2.6:graphics/p5-Image-Size \ + p5-Term-ReadKey>=2.11:devel/p5-Term-ReadKey \ + p5-HTML-Clean>0:www/p5-HTML-Clean \ + p5-GD>0:graphics/p5-GD +BUILD_DEPENDS= lynx:www/lynx \ ${RUN_DEPENDS} INFO= logo-apache logo-freebsd logo-gimp logo-htdig logo-linux logo-netbsd \ |