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/rockdodger | |
parent | Update to 1.2.1. (diff) |
- Use new knobs from bsd.sdl.mk
Notes
Notes:
svn path=/head/; revision=98663
Diffstat (limited to 'games/rockdodger')
-rw-r--r-- | games/rockdodger/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/rockdodger/Makefile b/games/rockdodger/Makefile index 4f874ef6e1df..82256c29022c 100644 --- a/games/rockdodger/Makefile +++ b/games/rockdodger/Makefile @@ -14,10 +14,7 @@ MASTER_SITE_SUBDIR= spacerocks MAINTAINER= ports@FreeBSD.org COMMENT= Addictive rock-dodging greeblie-killing platform game -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - +USE_SDL= mixer image sdl USE_REINPLACE= yes USE_GMAKE= yes |