diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
commit | ddafb9ecf264e15c08ce0ca39c1a576afe4523a4 (patch) | |
tree | c9663a8fcf4fcffda49da7f2a4f1311037c6a484 /games/jigzo | |
parent | f537e495f68473510028eb0970903c939fb1ee42 (diff) |
Notes
Diffstat (limited to 'games/jigzo')
-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 08d6c26b5d65..da193d0766c0 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" \ |