diff options
author | johans <johans@FreeBSD.org> | 2012-06-29 18:07:34 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-29 18:07:34 +0800 |
commit | e4ef559ae1c7c5de0fe5a45ca16fef78823211e3 (patch) | |
tree | eb8b2f85a30e75f63473b43ba5f539fd6d3cb11f /dns | |
parent | b696f60de705575cfdc752261066bafcfd998615 (diff) | |
download | freebsd-ports-gnome-e4ef559ae1c7c5de0fe5a45ca16fef78823211e3.tar.gz freebsd-ports-gnome-e4ef559ae1c7c5de0fe5a45ca16fef78823211e3.tar.zst freebsd-ports-gnome-e4ef559ae1c7c5de0fe5a45ca16fef78823211e3.zip |
Remove SITE_PERL from RUN_DEPENDS
Submitted by: az
Diffstat (limited to 'dns')
-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 |