diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-26 22:59:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-26 22:59:17 +0800 |
commit | 3597bae27aa0d22549b2484b4d5f2bacebb37d61 (patch) | |
tree | 82b26b1315067ca0af66eac3227589426973ca5a /net-mgmt | |
parent | 7b002d636b5d573091a2dab44a967d04c01eca4d (diff) | |
download | freebsd-ports-gnome-3597bae27aa0d22549b2484b4d5f2bacebb37d61.tar.gz freebsd-ports-gnome-3597bae27aa0d22549b2484b4d5f2bacebb37d61.tar.zst freebsd-ports-gnome-3597bae27aa0d22549b2484b4d5f2bacebb37d61.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipplan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index 5ffe7a096cd9..179b54d34183 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -15,6 +15,7 @@ COMMENT= IP address management and tracking RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap +MAKE_JOBS_SAFE= yes USE_PERL5_RUN= yes USE_PHP= gettext pcre xml zlib |