diff options
author | mm <mm@FreeBSD.org> | 2009-03-24 20:20:45 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-24 20:20:45 +0800 |
commit | d0eb30c3e622d25ba1c82123ae16da825a88e1b5 (patch) | |
tree | cc41822c59a1313aeabeb7e9b0c144f2baebc952 /dns | |
parent | 92a5db04fdbf724e9055848dd3963cbe9e062f22 (diff) | |
download | freebsd-ports-gnome-d0eb30c3e622d25ba1c82123ae16da825a88e1b5.tar.gz freebsd-ports-gnome-d0eb30c3e622d25ba1c82123ae16da825a88e1b5.tar.zst freebsd-ports-gnome-d0eb30c3e622d25ba1c82123ae16da825a88e1b5.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'dns')
-rw-r--r-- | dns/adns/Makefile | 1 |
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}" |