diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 11:33:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 11:33:51 +0800 |
commit | c5e24c6386093143105c12942b05b9f35bea8546 (patch) | |
tree | 223b70884802529a6ea8aa4223213e258515faac /multimedia/libmatroska | |
parent | b825229bffaec4c3019b6055c2c8a1990938ad3d (diff) | |
download | freebsd-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/Makefile | 1 |
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 |