svn commit: r328745 - head/games/pengupop

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 29 21:55:32 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list