aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-30 05:55:31 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-30 05:55:31 +0800
commit4ff88d40d052d9ffa66eecf2b8a7cc8df227f9f3 (patch)
tree03da933bd0978ae3cdef81d34b3066d2cdc86679 /games
parentb0dc7fdede70825e5880a2732a9ab116338fe042 (diff)
downloadfreebsd-ports-gnome-4ff88d40d052d9ffa66eecf2b8a7cc8df227f9f3.tar.gz
freebsd-ports-gnome-4ff88d40d052d9ffa66eecf2b8a7cc8df227f9f3.tar.zst
freebsd-ports-gnome-4ff88d40d052d9ffa66eecf2b8a7cc8df227f9f3.zip
- Support staging
- Convert USE_GMAKE to USES
Diffstat (limited to 'games')
-rw-r--r--games/pengupop/Makefile3
1 files changed, 1 insertions, 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 <bsd.port.mk>