diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-06-29 10:07:34 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-06-29 10:07:34 +0000 |
commit | 4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e (patch) | |
tree | 8c4b29cf6da7e7d3cbfe0758e751b169da0113f1 /dns/walker | |
parent | 1e01e8e206d6efb10482c3a9fe2f3d335334506d (diff) | |
download | ports-4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e.tar.gz ports-4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e.zip |
Notes
Diffstat (limited to 'dns/walker')
-rw-r--r-- | dns/walker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/walker/Makefile b/dns/walker/Makefile index f5ca22ced0ac..6e843f5f331e 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= johans@FreeBSD.org COMMENT= Recover zone file information from servers that use DNSSEC -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/DNS/SEC.pm:${PORTSDIR}/dns/p5-Net-DNS-SEC +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC USE_PERL5= yes NO_BUILD= yes |