summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-12 13:12:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-12 13:12:24 +0000
commit761d120a1f03b89156a0348c1709dd1863be5997 (patch)
tree3a942d58cea2e53f266a3880b9afe7555135c528 /dns/p5-Net-DNS/Makefile
parentOnce upon a time, when you ran make package and the ${PACKAGES} (diff)
Don't overwrite BUILD_DEPENDS and RUN_DEPENDS.
Pointy hat to: sunpoet (in r403493) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=410880
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r--dns/p5-Net-DNS/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 18f88dae3b45..337fc25beddc 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Net-DNS
PORTVERSION= 1.05
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= dns net perl5 ipv6
MASTER_SITES= CPAN
@@ -37,8 +38,8 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-B
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200
-BUILD_DEPENDS= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
-RUN_DEPENDS= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
+BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
+RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
.endif
.include <bsd.port.post.mk>