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 /dns | |
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 'dns')
-rw-r--r-- | dns/dlint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 2c21c8212b07..c268748d96bd 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -16,6 +16,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) NO_BUILD= yes +MAKE_JOBS_SAFE= yes MAN8= dlint.8 do-configure: |