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 /net/hinfo | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) | |
download | ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.tar.gz ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.zip |
Notes
Diffstat (limited to 'net/hinfo')
-rw-r--r-- | net/hinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile index 894192147b75..cde2f7f85dcd 100644 --- a/net/hinfo/Makefile +++ b/net/hinfo/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= http://www.lonesome.com/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility primarily designed to find the owner of an IP block -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 \ wget:${PORTSDIR}/ftp/wget USE_PERL5_RUN= yes |