diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-02 15:38:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-02 15:38:40 +0000 |
commit | f68f87d720950f33f3bde173356cdadd5d5d90fe (patch) | |
tree | 6ee134c44f622f9f9ab0c29502e58b5c579e8bba /dns/p5-Net-DNS | |
parent | f2e82693ca855db989c37b2ab1aaea1d0ff51311 (diff) | |
download | ports-f68f87d720950f33f3bde173356cdadd5d5d90fe.tar.gz ports-f68f87d720950f33f3bde173356cdadd5d5d90fe.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 3a3eb5d1880e..c798948ec8ae 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -36,11 +36,4 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC TSIG_RUN_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |