svn commit: r322659 - head/graphics/ivtools
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 11:32:49 UTC 2013
Author: bapt
Date: Wed Jul 10 11:32:48 2013
New Revision: 322659
URL: http://svnweb.freebsd.org/changeset/ports/322659
Log:
Mark jobs unsafe
Modified:
head/graphics/ivtools/Makefile
Modified: head/graphics/ivtools/Makefile
==============================================================================
--- head/graphics/ivtools/Makefile Wed Jul 10 11:31:14 2013 (r322658)
+++ head/graphics/ivtools/Makefile Wed Jul 10 11:32:48 2013 (r322659)
@@ -13,8 +13,8 @@ COMMENT= Drawing editors derived from id
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
More information about the svn-ports-head
mailing list