diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-26 16:21:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-26 16:21:53 +0000 |
commit | 0ca14ee46baf400fdc60cb1c5a167a4cfbd7aaf0 (patch) | |
tree | 463a7f9a10c88811d0074fbc952a8e2a5711fe25 | |
parent | - Update to 20090326 (diff) |
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 |