diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
commit | abcb5b0e4056d6f0fc5e793df8e9455569154dd5 (patch) | |
tree | b2279cefbf141022edd3d21f7d7b8183ad3345f6 /graphics/libwmf | |
parent | f243f7f688c6ed7b90aa01f7c11390f51bda2ea5 (diff) | |
download | freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.gz freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.zst freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.zip |
Mark ports MAKE_JOBS_SAFE after some testing.
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index c5e2d2bcecbd..11bda7458018 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-sys-gd=no \ --with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+= --with-x=no |