aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-POE-Component-Resolver
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/p5-POE-Component-Resolver
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'dns/p5-POE-Component-Resolver')
-rw-r--r--dns/p5-POE-Component-Resolver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-POE-Component-Resolver/Makefile b/dns/p5-POE-Component-Resolver/Makefile
index c5ca6d3d266d..e10b7bbb538c 100644
--- a/dns/p5-POE-Component-Resolver/Makefile
+++ b/dns/p5-POE-Component-Resolver/Makefile
@@ -15,8 +15,8 @@ COMMENT= Non-blocking getaddrinfo() resolver
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
- p5-Socket>=2.001:${PORTSDIR}/net/p5-Socket
+BUILD_DEPENDS= p5-POE>=1.311:devel/p5-POE \
+ p5-Socket>=2.001:net/p5-Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5