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/moonlander | |
parent | 54866d4f64f299f64caa6bef1156444c2759dc53 (diff) | |
download | ports-4ffd9a16abcfccd93a547cb250ab822813495dfb.tar.gz ports-4ffd9a16abcfccd93a547cb250ab822813495dfb.zip |
- Use new knobs from bsd.sdl.mk
Notes
Notes:
svn path=/head/; revision=98663
Diffstat (limited to 'games/moonlander')
-rw-r--r-- | games/moonlander/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/moonlander/Makefile b/games/moonlander/Makefile index c37114d6ee4b..4568dc34a862 100644 --- a/games/moonlander/Makefile +++ b/games/moonlander/Makefile @@ -14,9 +14,7 @@ DISTNAME= moon-lander-1.0 MAINTAINER= ports@FreeBSD.org COMMENT= "land a spacecraft on the moon" -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer - +USE_SDL= mixer image sdl USE_X_PREFIX= YES USE_REINPLACE= YES |