diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-26 02:08:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-26 02:08:45 +0800 |
commit | 9f707361e3bb440d1570c8562d631a6b13aa9778 (patch) | |
tree | 0f0b591446ab71332a94d6a45811a3607d94be4a /textproc/mxml | |
parent | b2bc9ae8e91befa22f4e509132855e7e9bcee574 (diff) | |
download | freebsd-ports-gnome-9f707361e3bb440d1570c8562d631a6b13aa9778.tar.gz freebsd-ports-gnome-9f707361e3bb440d1570c8562d631a6b13aa9778.tar.zst freebsd-ports-gnome-9f707361e3bb440d1570c8562d631a6b13aa9778.zip |
- Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'textproc/mxml')
-rw-r--r-- | textproc/mxml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile index 21585876fc8b..719d9d6e61e9 100644 --- a/textproc/mxml/Makefile +++ b/textproc/mxml/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack CONFIGURE_ARGS= --with-docdir=no +MAKE_JOBS_SAFE= yes MAN1= mxmldoc.1 MAN3= mxml.3 |