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 /textproc/libebml | |
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 'textproc/libebml')
-rw-r--r-- | textproc/libebml/Makefile | 1 |
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 |