diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 20:29:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 20:29:44 +0800 |
commit | 04093008cd595c585194e6cb86230c78121bbb42 (patch) | |
tree | 90d95cc26f0dfbbee459aa86657e948ec436853f /misc/magicpoint | |
parent | 89b0da53a421e81b1b0b4a82405a1ffc51cd3d08 (diff) | |
download | freebsd-ports-gnome-04093008cd595c585194e6cb86230c78121bbb42.tar.gz freebsd-ports-gnome-04093008cd595c585194e6cb86230c78121bbb42.tar.zst freebsd-ports-gnome-04093008cd595c585194e6cb86230c78121bbb42.zip |
Fails to build with -j24
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index b4840c2736cc..7c786cc9703b 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -20,6 +20,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-vflib --enable-locale LATE_INSTALL_ARGS= install.man +MAKE_JOBS_UNSAFE= yes MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1 |