diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-10 17:49:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-10 17:49:00 +0800 |
commit | 129ba6010789bb71717e049cd66bdc872b93b674 (patch) | |
tree | 356b48f2b0ab86b261bbc706240d8a277b7c286b /x11 | |
parent | 54735f40ee7efdf470dde3e603548bb6a71caf2e (diff) | |
download | freebsd-ports-gnome-129ba6010789bb71717e049cd66bdc872b93b674.tar.gz freebsd-ports-gnome-129ba6010789bb71717e049cd66bdc872b93b674.tar.zst freebsd-ports-gnome-129ba6010789bb71717e049cd66bdc872b93b674.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pavbot
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-workspace/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 00fe866b07f3..b22686fe1d5a 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -41,7 +41,7 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \ porting_build uic3_build USE_GETTEXT= yes USE_ICONV= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_BlueZ:BOOL=OFF \ diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 00fe866b07f3..b22686fe1d5a 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -41,7 +41,7 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \ porting_build uic3_build USE_GETTEXT= yes USE_ICONV= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_BlueZ:BOOL=OFF \ |