diff options
Diffstat (limited to 'games/shaaft')
-rw-r--r-- | games/shaaft/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index b456aeee299b..d768df932991 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -15,11 +15,8 @@ DISTNAME= Shaaft-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shaaft is an OpenGL 3D falling block game similar to Blockout -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - USE_BZIP2= yes -USE_SDL= yes +USE_SDL= mixer image sdl GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |