diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-16 04:24:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-16 04:24:35 +0800 |
commit | 49b34ca7cdd4c69c7364e36e72e1f1284aa9c46b (patch) | |
tree | bdb4cf4f5c03a0aa0f31ec1203d27b933b849e4f /x11/kdebase4 | |
parent | 78398631e292009f29103548b6f7bb90184dab28 (diff) | |
download | freebsd-ports-gnome-49b34ca7cdd4c69c7364e36e72e1f1284aa9c46b.tar.gz freebsd-ports-gnome-49b34ca7cdd4c69c7364e36e72e1f1284aa9c46b.tar.zst freebsd-ports-gnome-49b34ca7cdd4c69c7364e36e72e1f1284aa9c46b.zip |
- Restore MAKE_JOBS_UNSAFE
Reported by: pavbot
Diffstat (limited to 'x11/kdebase4')
-rw-r--r-- | x11/kdebase4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 7cb4348e1a2e..d9ef48815688 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -32,7 +32,7 @@ QT_COMPONENTS= corelib opengl dbus qt3support \ USE_GETTEXT= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_RAW1394:BOOL=OFF |