diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:32:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:32:48 +0000 |
commit | 2bc45d613df51f5af98c3bd067b83b8e28d78589 (patch) | |
tree | 7b11de1211801e426eeaba7a9deea24b34593638 /graphics | |
parent | 60f40b58c4789075e75b62b5908170250c43f8fc (diff) |
Notes
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 |