diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/p5-POE-Component-Client-DNS-Recursive | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | freebsd-ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'dns/p5-POE-Component-Client-DNS-Recursive')
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index f4b2d0739680..694d1c275d68 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -14,9 +14,9 @@ COMMENT= Recursive DNS client for POE LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal \ - p5-POE>=1.004:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ + p5-Net-IP-Minimal>=0:net/p5-Net-IP-Minimal \ + p5-POE>=1.004:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |