diff options
Diffstat (limited to 'games/chanta/Makefile')
-rw-r--r-- | games/chanta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/chanta/Makefile b/games/chanta/Makefile index 81dbe6cb4905..ad5823757a39 100644 --- a/games/chanta/Makefile +++ b/games/chanta/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/chanta/descargas/ MAINTAINER= acm@FreeBSD.org COMMENT= Free 2D jump and run game +USES= gmake USE_SDL= sdl image mixer -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} |