svn commit: r324714 - head/math/gap

John Marino marino at FreeBSD.org
Wed Aug 14 12:50:28 UTC 2013


Author: marino
Date: Wed Aug 14 12:50:28 2013
New Revision: 324714
URL: http://svnweb.freebsd.org/changeset/ports/324714

Log:
  math/gap: Mark jobs unsafe
  
  Also replace USE_GMAKE
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/math/gap/Makefile

Modified: head/math/gap/Makefile
==============================================================================
--- head/math/gap/Makefile	Wed Aug 14 12:44:56 2013	(r324713)
+++ head/math/gap/Makefile	Wed Aug 14 12:50:28 2013	(r324714)
@@ -13,10 +13,12 @@ MAINTAINER=	johans at FreeBSD.org
 COMMENT=	GAP is a system for computational discrete algebra
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 ALL_TARGET=	default
 
+MAKE_JOBS_UNSAFE=yes
+
 GAP_VERSION=	${PORTNAME}${PORTVERSION:R:R:S/./r/}	# gap4r5
 GAP_DISTTIME=	2013_03_18-17_40
 GAP_DISTDATE=	${GAP_DISTTIME:C/-.*//:S/_//g}


More information about the svn-ports-all mailing list