diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-17 13:10:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-17 13:10:42 +0000 |
commit | 745199b54ea72bddc6fe063ce8bd2d08ba8e3e8e (patch) | |
tree | 190bf78e85e9e55e11caa60b51a8524daabe94b7 /x11/kdebase4-runtime | |
parent | f28b229a7db949a352704c2e73071ff5d26f98a8 (diff) | |
download | ports-745199b54ea72bddc6fe063ce8bd2d08ba8e3e8e.tar.gz ports-745199b54ea72bddc6fe063ce8bd2d08ba8e3e8e.zip |
- Mark all kde4 ports MAKE_JOBS_UNSAFE
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=232358
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 5760516da2b0..73d81d954f7b 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -23,7 +23,7 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib opengl dbus \ qmake_build moc_build rcc_build uic_build USE_GETTEXT= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MAN1= kdesu.1 |