aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2009-03-24 20:20:45 +0800
committermm <mm@FreeBSD.org>2009-03-24 20:20:45 +0800
commitd0eb30c3e622d25ba1c82123ae16da825a88e1b5 (patch)
treecc41822c59a1313aeabeb7e9b0c144f2baebc952 /dns
parent92a5db04fdbf724e9055848dd3963cbe9e062f22 (diff)
downloadfreebsd-ports-d0eb30c3e622d25ba1c82123ae16da825a88e1b5.tar.gz
freebsd-ports-d0eb30c3e622d25ba1c82123ae16da825a88e1b5.tar.zst
freebsd-ports-d0eb30c3e622d25ba1c82123ae16da825a88e1b5.zip
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'dns')
-rw-r--r--dns/adns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile
index bed9052127d0..3b3bd22bf384 100644
--- a/dns/adns/Makefile
+++ b/dns/adns/Makefile
@@ -18,6 +18,7 @@ COMMENT= Easy to use, asynchronous-capable DNS client library and utilities
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
LIBVERSION= 1
PLIST_SUB+= LIBVERSION="${LIBVERSION}"