diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-23 07:09:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-23 07:09:29 +0800 |
commit | c44b3d65e671c47b1265f85b24f546b2f8756006 (patch) | |
tree | afc407fd2dc09b6560d86c4db20217d5994b0bb9 /games | |
parent | 9457c9a5c9a7e72f578cecdd8aa14c6615026cf2 (diff) | |
download | freebsd-ports-gnome-c44b3d65e671c47b1265f85b24f546b2f8756006.tar.gz freebsd-ports-gnome-c44b3d65e671c47b1265f85b24f546b2f8756006.tar.zst freebsd-ports-gnome-c44b3d65e671c47b1265f85b24f546b2f8756006.zip |
- Support staging
- Convert USE_GMAKE to USES
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} |