diff options
author | az <az@FreeBSD.org> | 2012-06-04 13:21:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 13:21:59 +0800 |
commit | ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7 (patch) | |
tree | 32ac53d83bafd25e8571c85f46f6fdb0610d1311 /dns/p5-Net-Nslookup | |
parent | aef63c97c3d328a1b982ef8eb841af79bd782b6a (diff) | |
download | freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.gz freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.zst freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'dns/p5-Net-Nslookup')
-rw-r--r-- | dns/p5-Net-Nslookup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile index 5f41e01d21fb..62327b4b279a 100644 --- a/dns/p5-Net-Nslookup/Makefile +++ b/dns/p5-Net-Nslookup/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides the capabilities of the standard tool nslookup(1) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |