aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-12-23 07:09:29 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-12-23 07:09:29 +0800
commitc44b3d65e671c47b1265f85b24f546b2f8756006 (patch)
treeafc407fd2dc09b6560d86c4db20217d5994b0bb9
parent9457c9a5c9a7e72f578cecdd8aa14c6615026cf2 (diff)
downloadfreebsd-ports-gnome-c44b3d65e671c47b1265f85b24f546b2f8756006.tar.gz
freebsd-ports-gnome-c44b3d65e671c47b1265f85b24f546b2f8756006.tar.zst
freebsd-ports-gnome-c44b3d65e671c47b1265f85b24f546b2f8756006.zip
- Support staging
- Convert USE_GMAKE to USES
-rw-r--r--games/qonk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/qonk/Makefile b/games/qonk/Makefile
index f041e8352c81..65909ba909f5 100644
--- a/games/qonk/Makefile
+++ b/games/qonk/Makefile
@@ -11,13 +11,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Small space build and conquer strategy game
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_SDL= sdl gfx ttf image
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}