svn commit: r322675 - head/games/quake3

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 12:00:04 UTC 2013


Author: bapt
Date: Wed Jul 10 12:00:04 2013
New Revision: 322675
URL: http://svnweb.freebsd.org/changeset/ports/322675

Log:
  Mark jobs unsafe and convert to USES=gmake

Modified:
  head/games/quake3/Makefile

Modified: head/games/quake3/Makefile
==============================================================================
--- head/games/quake3/Makefile	Wed Jul 10 11:58:46 2013	(r322674)
+++ head/games/quake3/Makefile	Wed Jul 10 12:00:04 2013	(r322675)
@@ -16,13 +16,14 @@ DISTNAME=	${PORTNAME}-${REALVERSION}-sou
 MAINTAINER=	shirshegsm at gmail.com
 COMMENT=	Quake III Arena -- first person shooter (native build)
 
+USES=		gmake
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	does not run properly; try games/ioquake3
 USE_ZIP=	yes
 USE_DOS2UNIX=	yes
-USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${REALVERSION}
 BUILD_WRKSRC=	${WRKSRC}/code/unix
+MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	GAMELIBS OPTIMIZED_CFLAGS
 OPTIONS_MULTI=	FLAVOR


More information about the svn-ports-all mailing list