diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:32:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:32:48 +0800 |
commit | c63fb3c3499775bf94d2a6c6a0a30a57df737b2a (patch) | |
tree | 7b11de1211801e426eeaba7a9deea24b34593638 /graphics | |
parent | e69fba618bfccf8e632d6cbe6f19ddf51020062d (diff) | |
download | freebsd-ports-gnome-c63fb3c3499775bf94d2a6c6a0a30a57df737b2a.tar.gz freebsd-ports-gnome-c63fb3c3499775bf94d2a6c6a0a30a57df737b2a.tar.zst freebsd-ports-gnome-c63fb3c3499775bf94d2a6c6a0a30a57df737b2a.zip |
Mark jobs unsafe
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ivtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index eb4aa90c1be0..43bd99dcbb9f 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -13,8 +13,8 @@ COMMENT= Drawing editors derived from idraw LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -USES= imake:env -USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes +USES= imake:env gmake USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf |