diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
commit | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (patch) | |
tree | 8921d3aea2ab8ce149421e10ca80d7879fe2ce78 /dns/dnswalk | |
parent | 7e97d209a0f6ab0569565dff85a4ef9d331fd2c8 (diff) |
Notes
Diffstat (limited to 'dns/dnswalk')
-rw-r--r-- | dns/dnswalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 9a46aad85137..2743ac059963 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= mark@foster.cc COMMENT= DNS debugger - requests a zone transfer and analyzes the result -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS NO_WRKSUBDIR= YES NO_BUILD= YES |