diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-07-23 06:25:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-07-23 06:25:36 +0000 |
commit | 3b4eeab90756fb2472197cea7b568c6644628f95 (patch) | |
tree | 42c5fff3e109b0bf67954bdbd9d0635466cd9433 /dns | |
parent | 4719434542ec2ece661a53222a39293c04947f6e (diff) | |
download | ports-3b4eeab90756fb2472197cea7b568c6644628f95.tar.gz ports-3b4eeab90756fb2472197cea7b568c6644628f95.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile index cc42e21bc5a4..5c639fc19174 100644 --- a/dns/p5-Net-DNS-ToolKit/Makefile +++ b/dns/p5-Net-DNS-ToolKit/Makefile @@ -16,7 +16,9 @@ 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 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes |