diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-04 05:41:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-04 05:41:02 +0800 |
commit | bd6a60644276921851f5124262bde0df140a1595 (patch) | |
tree | a20dec40208afb147fcd290b87ca0c3ba0080aa1 /dns | |
parent | 2024624134911fe31c0cdff20cb65c91605da262 (diff) | |
download | freebsd-ports-gnome-bd6a60644276921851f5124262bde0df140a1595.tar.gz freebsd-ports-gnome-bd6a60644276921851f5124262bde0df140a1595.tar.zst freebsd-ports-gnome-bd6a60644276921851f5124262bde0df140a1595.zip |
Fix Perl package name dependencies
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fpdns/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 4d458ea33ba4..ddce95f39c71 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= FPDNS - Fingerprinting DNS servers -RUN_DEPENDS= p5-Net-DNS:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS PERL_CONFIGURE= yes diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 25e5a35ce68a..46c8ce92da79 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -15,10 +15,10 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build -RUN_DEPENDS= p5-Digest-HMAC:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC -TEST_DEPENDS= p5-Test-Pod:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Digest-BubbleBabble:${PORTSDIR}/security/p5-Digest-BubbleBabble +TEST_DEPENDS= p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Digest-BubbleBabble>0:${PORTSDIR}/security/p5-Digest-BubbleBabble MAKE_JOBS_SAFE= yes @@ -62,11 +62,11 @@ RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA .endif .if !defined(WITHOUT_IPV6) -RUN_DEPENDS+= p5-IO-Socket-INET6:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS+= p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif .if defined(WITH_IDN) -RUN_DEPENDS+= p5-Net-LibIDN:${PORTSDIR}/dns/p5-Net-LibIDN +RUN_DEPENDS+= p5-Net-LibIDN>0:${PORTSDIR}/dns/p5-Net-LibIDN .endif DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS |