Date: Wed, 10 Jul 2013 11:49:41 +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: r322668 - head/games/lmpc Message-ID: <201307101149.r6ABnfpI015112@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101149.r6ABnfpI015112>