aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libmatroska
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 /multimedia/libmatroska
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 'multimedia/libmatroska')
-rw-r--r--multimedia/libmatroska/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index e75b843e53d5..5a05f29c4043 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -21,6 +21,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