diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 00:21:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 00:21:53 +0800 |
commit | 68195f0feb5a86e9fe5f0406a5788c35bb6aa171 (patch) | |
tree | 877bea04f4208a63e7d9943360571c4a62cfe8a9 | |
parent | 2595477714133bbb05b8fbc5bf7f61f735b384a1 (diff) | |
download | freebsd-ports-gnome-68195f0feb5a86e9fe5f0406a5788c35bb6aa171.tar.gz freebsd-ports-gnome-68195f0feb5a86e9fe5f0406a5788c35bb6aa171.tar.zst freebsd-ports-gnome-68195f0feb5a86e9fe5f0406a5788c35bb6aa171.zip |
Mark MAKE_JOBS_UNSAFE
-rw-r--r-- | audio/xmms-sapplug/Makefile | 1 | ||||
-rw-r--r-- | games/filters/Makefile | 1 | ||||
-rw-r--r-- | mail/spfval/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index 76545cbd07e2..2f2e08b6df8b 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes USE_GNOME= glib12 USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes CXXFLAGS+= --no-exceptions WRKSRC= ${WRKDIR}/sapplug-${DISTVERSION} diff --git a/games/filters/Makefile b/games/filters/Makefile index 0e061b8576a0..da2691bec3c9 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -19,6 +19,7 @@ CONFLICTS= talkfilters-* jive-* chef-* kenny-* USE_PERL5= yes USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/mail/spfval/Makefile b/mail/spfval/Makefile index 890a297e7801..56c97e425d2d 100644 --- a/mail/spfval/Makefile +++ b/mail/spfval/Makefile @@ -15,6 +15,7 @@ COMMENT= A SPF validator USE_BZIP2= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/spfval |