diff options
author | jkim <jkim@FreeBSD.org> | 2013-05-09 06:34:52 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-05-09 06:34:52 +0800 |
commit | 3a7e5f6d456336b19651b19838ec3c1e8baa0fb1 (patch) | |
tree | f6fdb5cc7ef930d414db0e5c9c946a1980265e5a /editors | |
parent | fc90172229654062d9c194c9c5aff5c1f6e170c4 (diff) | |
download | freebsd-ports-gnome-3a7e5f6d456336b19651b19838ec3c1e8baa0fb1.tar.gz freebsd-ports-gnome-3a7e5f6d456336b19651b19838ec3c1e8baa0fb1.tar.zst freebsd-ports-gnome-3a7e5f6d456336b19651b19838ec3c1e8baa0fb1.zip |
Restore parallel build. It was accidentally disabled by r317320.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index e9d18baeb812..6945896b409a 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -59,8 +59,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fo CONFLICTS_INSTALL= libreoffice-legacy-[0-9]* +_MAKE_JOBS= # +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= autoconf aclocal USE_GL= gl glu USE_GMAKE= yes |