Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 21:55:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328745 - head/games/pengupop
Message-ID:  <201309292155.r8TLtWHQ078779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 29 21:55:31 2013
New Revision: 328745
URL: http://svnweb.freebsd.org/changeset/ports/328745

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Modified:
  head/games/pengupop/Makefile

Modified: head/games/pengupop/Makefile
==============================================================================
--- head/games/pengupop/Makefile	Sun Sep 29 21:54:42 2013	(r328744)
+++ head/games/pengupop/Makefile	Sun Sep 29 21:55:31 2013	(r328745)
@@ -12,12 +12,11 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Online multiplayer clone of Bust a Move
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 PLIST_FILES=	bin/pengupop
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292155.r8TLtWHQ078779>