diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-06-01 04:00:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-06-01 04:00:24 +0000 |
commit | 249914eb08ab68fb1bb2bbffed49901ea5f18b5d (patch) | |
tree | ab44825cc45e17b99a8e5dc4291d970ebd491d3c /dns | |
parent | db57bba82a5e26a1394c28dabecce917483a36db (diff) |
Notes
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 1b56055cdc34..4d458ea33ba4 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= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS:${PORTSDIR}/dns/p5-Net-DNS PERL_CONFIGURE= yes diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 80730f4dde00..25e5a35ce68a 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= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= p5-Digest-HMAC:${PORTSDIR}/security/p5-Digest-HMAC -TEST_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble +TEST_DEPENDS= p5-Test-Pod:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Digest-BubbleBabble:${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+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS+= p5-IO-Socket-INET6:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif .if defined(WITH_IDN) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/LibIDN.pm:${PORTSDIR}/dns/p5-Net-LibIDN +RUN_DEPENDS+= p5-Net-LibIDN:${PORTSDIR}/dns/p5-Net-LibIDN .endif DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS |