diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-25 22:12:22 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-25 22:12:22 +0800 |
commit | dc0556594efdc033759d594ec2871184005179ef (patch) | |
tree | f7485697a8a0939c554df91c058288056f2ddc4d /print | |
parent | 538d18e60db53f7d3d5804c4e1fc1c851d0a4bde (diff) | |
download | freebsd-ports-gnome-dc0556594efdc033759d594ec2871184005179ef.tar.gz freebsd-ports-gnome-dc0556594efdc033759d594ec2871184005179ef.tar.zst freebsd-ports-gnome-dc0556594efdc033759d594ec2871184005179ef.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index f377cff1688a..acf0a904a4de 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} +MAKE_JOBS_SAFE= yes MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL} CONFIGURE_ARGS= \ |