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/subtitleripper | |
parent | b825229bffaec4c3019b6055c2c8a1990938ad3d (diff) | |
download | freebsd-ports-graphics-c5e24c6386093143105c12942b05b9f35bea8546.tar.gz freebsd-ports-graphics-c5e24c6386093143105c12942b05b9f35bea8546.tar.zst freebsd-ports-graphics-c5e24c6386093143105c12942b05b9f35bea8546.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'multimedia/subtitleripper')
-rw-r--r-- | multimedia/subtitleripper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index 1f4358f05de..bc35106da65 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= gocr:${PORTSDIR}/graphics/gocr \ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_JOBS_SAFE= yes DOC_FILES= \ ChangeLog \ |