Date: Wed, 10 Jul 2013 12:00:04 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322675 - head/games/quake3 Message-ID: <201307101200.r6AC04U2018612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101200.r6AC04U2018612>