diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 17:37:47 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 17:37:47 +0000 |
commit | 1a04b055e5b0833953c4b6b610b77b4439392877 (patch) | |
tree | a1bbd30443467105feb6182ec3ff85af44d86981 /games/shaaft | |
parent | d7ef12c1d7562da9511b332bfbdce59f7d7263c5 (diff) | |
download | FreeBSD-ports-1a04b055e5b0833953c4b6b610b77b4439392877.zip FreeBSD-ports-1a04b055e5b0833953c4b6b610b77b4439392877.tar.gz |
- Use new bsd.sdl.mk knobs
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 b456aee..d768df9 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" \ |