From c44b3d65e671c47b1265f85b24f546b2f8756006 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 22 Dec 2013 23:09:29 +0000 Subject: - Support staging - Convert USE_GMAKE to USES --- games/qonk/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games') 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} -- cgit