diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /dns/sleuth | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) | |
download | ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.tar.gz ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.zip |
Notes
Diffstat (limited to 'dns/sleuth')
-rw-r--r-- | dns/sleuth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index 36de9565be77..e40a43baa46b 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for checking DNS zones -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 USE_PERL5= yes |