svn commit: r322688 - head/games/q3cellshading

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 13:07:19 UTC 2013


Author: bapt
Date: Wed Jul 10 13:07:19 2013
New Revision: 322688
URL: http://svnweb.freebsd.org/changeset/ports/322688

Log:
  Convert to USES=gmake

Modified:
  head/games/q3cellshading/Makefile

Modified: head/games/q3cellshading/Makefile
==============================================================================
--- head/games/q3cellshading/Makefile	Wed Jul 10 13:01:52 2013	(r322687)
+++ head/games/q3cellshading/Makefile	Wed Jul 10 13:07:19 2013	(r322688)
@@ -14,9 +14,9 @@ COMMENT=	Quake III engine with Cell Shad
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	does not run properly; try games/ioquake3 with option
 
+USES=		gmake
 USE_ZIP=	yes
 USE_DOS2UNIX=	yes
-USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 BUILD_WRKSRC=	${WRKSRC}/code/unix
 


More information about the svn-ports-all mailing list