diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 12:40:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 12:40:37 +0800 |
commit | 1a78418969753b1ef044536fd191ff31346967d9 (patch) | |
tree | 35ea1fc76ecdd8f32a600262d9cd7c681466cd08 /x11 | |
parent | 281ecaef835447a1a36b6c7f7e8634b41b665283 (diff) | |
download | freebsd-ports-gnome-1a78418969753b1ef044536fd191ff31346967d9.tar.gz freebsd-ports-gnome-1a78418969753b1ef044536fd191ff31346967d9.tar.zst freebsd-ports-gnome-1a78418969753b1ef044536fd191ff31346967d9.zip |
- Mark it Jobs safe
PR: 162329
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 77362af517e6..e5fafc95e85c 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -43,6 +43,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= RUN_KAPPFINDER=no kde_cv_utmp_file=/var/run/utmp CONFIGURE_ARGS+=--without-java \ |