diff options
Diffstat (limited to 'games/jigzo/Makefile')
-rw-r--r-- | games/jigzo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/jigzo/Makefile b/games/jigzo/Makefile index 08d6c26b5d6..da193d0766c 100644 --- a/games/jigzo/Makefile +++ b/games/jigzo/Makefile @@ -7,7 +7,7 @@ PORTNAME= glpuzzle PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.iua.upf.es/~mdeboer/resorama/glpuzzle/ \ http://www.amdmi3.ru/distfiles/ @@ -19,11 +19,9 @@ COMMENT= An OpenGL jigsaw puzzle game LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_X_PREFIX= yes USE_SDL= sdl mixer USE_GL= yes USE_GMAKE= yes -USE_GCC= 3.4+ MAKE_ENV= CXX="${CXX}" \ CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ |