diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 18:21:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 18:21:02 +0000 |
commit | 4ffd9a16abcfccd93a547cb250ab822813495dfb (patch) | |
tree | 109399c9447402c35000c93f1a350a133840bd77 /games/gemdropx | |
parent | 54866d4f64f299f64caa6bef1156444c2759dc53 (diff) |
- Use new knobs from bsd.sdl.mk
Notes
Notes:
svn path=/head/; revision=98663
Diffstat (limited to 'games/gemdropx')
-rw-r--r-- | games/gemdropx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index 174907359799..d9fd1e18c992 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -13,10 +13,7 @@ MASTER_SITES= http://www.nbswebfx.com/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= An interesting one-player puzzle game for X -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= mixer USE_GMAKE= yes USE_X_PREFIX= yes MAKE_ENV= JOY=NO \ |