diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-03-23 12:18:31 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-23 12:18:31 +0000 |
commit | 0bcde9db87976d33208c65b786a47ace3cb9470b (patch) | |
tree | e522b8d3e600d4c5fee5e16f4d94745e316b9549 /dns | |
parent | 14f8646a4929f74dbfaa04a93a3fb7767bb4d148 (diff) | |
download | ports-0bcde9db87976d33208c65b786a47ace3cb9470b.tar.gz ports-0bcde9db87976d33208c65b786a47ace3cb9470b.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 1 | ||||
-rw-r--r-- | dns/udns/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 641c79adc322..b3d61770b18a 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-Be USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" \ PERL=${PERL} diff --git a/dns/udns/Makefile b/dns/udns/Makefile index 6b2b8e7184c9..368ce9ccd488 100644 --- a/dns/udns/Makefile +++ b/dns/udns/Makefile @@ -17,6 +17,7 @@ COMMENT= DNS resolver library with sync and async queries WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes OPTIONS= IPV6 "Enable IPv6 support" on |