aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libebml
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2009-03-26 11:33:51 +0800
committerlioux <lioux@FreeBSD.org>2009-03-26 11:33:51 +0800
commitc5e24c6386093143105c12942b05b9f35bea8546 (patch)
tree223b70884802529a6ea8aa4223213e258515faac /textproc/libebml
parentb825229bffaec4c3019b6055c2c8a1990938ad3d (diff)
downloadfreebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.tar.gz
freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.tar.zst
freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.zip
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'textproc/libebml')
-rw-r--r--textproc/libebml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile
index 5a2b37553a03..7910df92e998 100644
--- a/textproc/libebml/Makefile
+++ b/textproc/libebml/Makefile
@@ -19,6 +19,7 @@ USE_GMAKE= yes
BUILD_WRKSRC= ${WRKSRC}/make/linux
INSTALL_WRKSRC= ${WRKSRC}/make/linux
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
# Installs dir with proper permissions
INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755