diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 12:38:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 12:38:57 +0800 |
commit | 281ecaef835447a1a36b6c7f7e8634b41b665283 (patch) | |
tree | aeddbe40ac041f569cc6fd71fd620768698e9d4e /x11 | |
parent | 63ad8223db027a871bb71bb20a862913eb960fd8 (diff) | |
download | freebsd-ports-gnome-281ecaef835447a1a36b6c7f7e8634b41b665283.tar.gz freebsd-ports-gnome-281ecaef835447a1a36b6c7f7e8634b41b665283.tar.zst freebsd-ports-gnome-281ecaef835447a1a36b6c7f7e8634b41b665283.zip |
- Mark it jobs safe
PR: 162328
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 07e38117ce67..a5766b8cd86d 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -58,6 +58,7 @@ USE_QT_VER= 3 PREFIX= ${KDE_PREFIX} USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS+=--disable-ltdl-install \ |