diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-03-24 12:20:45 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-24 12:20:45 +0000 |
commit | b4fd4d7e1bf5f675c1d224cd53540ab816b74e6c (patch) | |
tree | 13e85a8c3fac4b204b35947bde5b84a9462ac9c4 /dns/adns | |
parent | 29888d466094670c71c453a01e9ff9b15cd8ab48 (diff) | |
download | ports-b4fd4d7e1bf5f675c1d224cd53540ab816b74e6c.tar.gz ports-b4fd4d7e1bf5f675c1d224cd53540ab816b74e6c.zip |
Notes
Diffstat (limited to 'dns/adns')
-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}" |