diff options
-rw-r--r-- | audio/epos-devel/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 1 | ||||
-rw-r--r-- | databases/metakit/Makefile | 1 | ||||
-rw-r--r-- | dns/fastresolve/Makefile | 1 | ||||
-rw-r--r-- | dns/udns/Makefile | 1 | ||||
-rw-r--r-- | irc/dircproxy-devel/Makefile | 1 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/audio/epos-devel/Makefile b/audio/epos-devel/Makefile index 998b23330faa..cf475769f7da 100644 --- a/audio/epos-devel/Makefile +++ b/audio/epos-devel/Makefile @@ -16,6 +16,7 @@ COMMENT= Text-to-Speech system GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 06b800c00ada..379b9c221917 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -20,6 +20,7 @@ OPTIONS= SSL "Build with OpenSSL support" on USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 820469d465a2..198c1d46e256 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -16,6 +16,7 @@ COMMENT= C++ embedded database engine, supports Python and Tcl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_SCRIPT= ../unix/configure USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 alpha amd64 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 diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile index 0431adc4c9b1..12c624a54f9f 100644 --- a/irc/dircproxy-devel/Makefile +++ b/irc/dircproxy-devel/Makefile @@ -19,6 +19,7 @@ COMMENT= A detachable irc proxy server with many features USE_BZIP2= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index a6b6f0dd960b..54577dc0617d 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -32,6 +32,7 @@ OPTIONS= MYSQL "Support MySQL (storage/auth/reg)" on \ REQUIRES "Add backend requires to startup script" off GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes USE_PERL5_RUN= yes USE_OPENSSL= yes USE_ICONV= yes |