diff options
author | pav <pav@FreeBSD.org> | 2009-07-17 01:00:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-17 01:00:25 +0800 |
commit | 702fe9361aeb117d7b8e03a4fe6aa1b7842b7ca9 (patch) | |
tree | 5975a5fc455e6fc4f2e9bd89b2fdeb1486a8113b /x11 | |
parent | 85586350cd85dcfd317a72fc27f3595a0f595c28 (diff) | |
download | freebsd-ports-graphics-702fe9361aeb117d7b8e03a4fe6aa1b7842b7ca9.tar.gz freebsd-ports-graphics-702fe9361aeb117d7b8e03a4fe6aa1b7842b7ca9.tar.zst freebsd-ports-graphics-702fe9361aeb117d7b8e03a4fe6aa1b7842b7ca9.zip |
- Is not make jobs safe
Reported by: pointyhat
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 5b3b2d0d016..26235759576 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 5b3b2d0d016..26235759576 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 \ |