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 /audio/xmms-sapplug | |
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
Diffstat (limited to 'audio/xmms-sapplug')
-rw-r--r-- | audio/xmms-sapplug/Makefile | 1 |
1 files changed, 1 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} |