summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2009-07-23 06:25:36 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2009-07-23 06:25:36 +0000
commit3b4eeab90756fb2472197cea7b568c6644628f95 (patch)
tree42c5fff3e109b0bf67954bdbd9d0635466cd9433 /dns
parentUpdate to the 20090721 snapshot of GCC 4.4.1, which basically coincides (diff)
- Mark make jobs unsafe
- fix := -> = PR: ports/136533 Submitted by: pgollucci
Notes
Notes: svn path=/head/; revision=238232
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS-ToolKit/Makefile4
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