diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /net | |
parent | f155fbddef259ee56ccb70f0869df0f468f1e2a5 (diff) | |
download | ports-07b27888644efc66d4ed412de3c7ba9d7b2b54af.tar.gz ports-07b27888644efc66d4ed412de3c7ba9d7b2b54af.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 1 | ||||
-rw-r--r-- | net/dgd/Makefile | 1 | ||||
-rw-r--r-- | net/freeradius/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index be3e261de145..53fe23bdd836 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes BOINC_USER?= boinc BOINC_GROUP?= nobody diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 09a49d707d28..2a183facef23 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -23,6 +23,7 @@ DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src PATCH_WRKSRC= ${WRKDIR}/dgd ALL_TARGET= install +MAKE_JOBS_UNSAFE= yes .if !defined(NOPORTDOCS) PORTDOCS= * diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index dded7173ffe6..4c5d8e4353ee 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -44,6 +44,7 @@ USE_GMAKE= yes USE_OPENSSL= yes MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |