From 4ff88d40d052d9ffa66eecf2b8a7cc8df227f9f3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 29 Sep 2013 21:55:31 +0000 Subject: [PATCH] - Support staging - Convert USE_GMAKE to USES --- games/pengupop/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index efb3bab55db4..0396760eb7c6 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -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