diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-16 17:00:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-16 17:00:25 +0000 |
commit | 060e40869e3ed391ffd31d793618f4efbcd52f71 (patch) | |
tree | bae2510919cfd00ea4d440bbb6c7a0b5caf7142a /x11 | |
parent | 9a0713e57cd6989cf0c66f474a6148b698a9f23a (diff) | |
download | ports-060e40869e3ed391ffd31d793618f4efbcd52f71.tar.gz ports-060e40869e3ed391ffd31d793618f4efbcd52f71.zip |
Notes
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 5b3b2d0d016b..262357595764 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 5b3b2d0d016b..262357595764 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 \ |