svn commit: r322668 - head/games/lmpc

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:49:41 UTC 2013


Author: bapt
Date: Wed Jul 10 11:49:41 2013
New Revision: 322668
URL: http://svnweb.freebsd.org/changeset/ports/322668

Log:
  Mark jobs unsafe and convert to USES=gmake

Modified:
  head/games/lmpc/Makefile

Modified: head/games/lmpc/Makefile
==============================================================================
--- head/games/lmpc/Makefile	Wed Jul 10 11:48:16 2013	(r322667)
+++ head/games/lmpc/Makefile	Wed Jul 10 11:49:41 2013	(r322668)
@@ -14,8 +14,9 @@ COMMENT=	Tool to manipulate some FPS gam
 
 LICENSE=	GPLv2
 
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
 
 PORTSCOUT=	limit:.*[0-9]$$		# letter-suffixed files are binaries


More information about the svn-ports-all mailing list