diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/qonk/Makefile | 3 |
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} |