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-DNS-ToolKit | |
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-DNS-ToolKit')
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile index 1b6f970c671a..486bcdfeb60e 100644 --- a/dns/p5-Net-DNS-ToolKit/Makefile +++ b/dns/p5-Net-DNS-ToolKit/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tools for working with DNS packets -BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \ - ${SITE_PERL}/${PERL_ARCH}/NetAddr/IP/Util.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +BUILD_DEPENDS= p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ + p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes |