diff options
author | clsung <clsung@FreeBSD.org> | 2009-07-23 14:25:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-07-23 14:25:36 +0800 |
commit | b017d69b9c6009a4f4d96511d7c0affa2937be2d (patch) | |
tree | f45df4a2f2aa94c938e350b8a1538fe0b7d8a568 /dns | |
parent | b62eab50d6bd3cec1336af2107a3482dcb74f1ed (diff) | |
download | freebsd-ports-gnome-b017d69b9c6009a4f4d96511d7c0affa2937be2d.tar.gz freebsd-ports-gnome-b017d69b9c6009a4f4d96511d7c0affa2937be2d.tar.zst freebsd-ports-gnome-b017d69b9c6009a4f4d96511d7c0affa2937be2d.zip |
- Mark make jobs unsafe
- fix := -> =
PR: ports/136533
Submitted by: pgollucci
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 |