diff options
author | mat <mat@FreeBSD.org> | 2016-03-12 21:12:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-12 21:12:24 +0800 |
commit | ae6e0aebeacacb6bb7b9df16d1b123833b331563 (patch) | |
tree | 3a942d58cea2e53f266a3880b9afe7555135c528 /dns/p5-Net-DNS | |
parent | ccf36f13d4a4314fcdd81a7517597ba4ac3fd94a (diff) | |
download | freebsd-ports-gnome-ae6e0aebeacacb6bb7b9df16d1b123833b331563.tar.gz freebsd-ports-gnome-ae6e0aebeacacb6bb7b9df16d1b123833b331563.tar.zst freebsd-ports-gnome-ae6e0aebeacacb6bb7b9df16d1b123833b331563.zip |
Don't overwrite BUILD_DEPENDS and RUN_DEPENDS.
Pointy hat to: sunpoet (in r403493)
Sponsored by: Absolight
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 |
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> |