diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /net/hinfo | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
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 |