diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 18:21:02 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 18:21:02 +0000 |
commit | 100e42b471c2addd74c7e3f210e0a4dbf13e6099 (patch) | |
tree | 56f3c7670a3edba19011902ad2efd8f59ab4303c /games/csmash/Makefile | |
parent | d087ded22933179937b957ca8330a5ea90ae79f3 (diff) | |
download | FreeBSD-ports-100e42b471c2addd74c7e3f210e0a4dbf13e6099.zip FreeBSD-ports-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.gz |
- Use new knobs from bsd.sdl.mk
Diffstat (limited to 'games/csmash/Makefile')
-rw-r--r-- | games/csmash/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile index bef9622..bb44ad3 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -15,10 +15,7 @@ MASTER_SITE_SUBDIR= cannonsmash MAINTAINER= ports@FreeBSD.org COMMENT= A 3D tabletennis game -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - -USE_SDL= yes +USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes |