diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-GunghoX-FollowLinks | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.zst freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/p5-GunghoX-FollowLinks')
-rw-r--r-- | www/p5-GunghoX-FollowLinks/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-GunghoX-FollowLinks/Makefile b/www/p5-GunghoX-FollowLinks/Makefile index 94c0429fcf25..52ec206bad23 100644 --- a/www/p5-GunghoX-FollowLinks/Makefile +++ b/www/p5-GunghoX-FollowLinks/Makefile @@ -12,14 +12,14 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to follow links within responses for Gungho RUN_DEPENDS= \ - p5-Gungho>=0.09.005:${PORTSDIR}/www/p5-Gungho \ - p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \ - p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-URI-Match>0:${PORTSDIR}/net/p5-URI-Match + p5-Gungho>=0.09.005:www/p5-Gungho \ + p5-HTML-Parser>0:www/p5-HTML-Parser \ + p5-HTML-Tagset>0:www/p5-HTML-Tagset \ + p5-MIME-Types>0:mail/p5-MIME-Types \ + p5-Sub-Exporter>0:devel/p5-Sub-Exporter \ + p5-URI-Match>0:net/p5-URI-Match BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Class-Null>0:${PORTSDIR}/devel/p5-Class-Null +TEST_DEPENDS= p5-Class-Null>0:devel/p5-Class-Null USES= perl5 USE_PERL5= configure |