diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
commit | 100e42b471c2addd74c7e3f210e0a4dbf13e6099 (patch) | |
tree | 56f3c7670a3edba19011902ad2efd8f59ab4303c /games/moonlander | |
parent | d087ded22933179937b957ca8330a5ea90ae79f3 (diff) | |
download | freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.gz freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.zst freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.zip |
- Use new knobs from bsd.sdl.mk
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 |