diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
commit | 123a1077ae94b118796367b40d8d74f2d00a814c (patch) | |
tree | 5e0235912fe722d880c5b8094907c6d9ad7285c3 /games/uqm | |
parent | ffc486df06c7eda230c428c1f8761c13ee97e83c (diff) | |
download | ports-123a1077ae94b118796367b40d8d74f2d00a814c.tar.gz ports-123a1077ae94b118796367b40d8d74f2d00a814c.zip |
Notes
Diffstat (limited to 'games/uqm')
-rw-r--r-- | games/uqm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/uqm/Makefile b/games/uqm/Makefile index 9b8a763193e5..345c452c81a4 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -26,12 +26,11 @@ COMMENT= A port of the original Star Control 2 for 3DO consoles ONLY_FOR_ARCHS= i386 -LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ - vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_XLIB= yes USE_GMAKE= yes -USE_SDL= yes +USE_SDL= image sdl USE_REINPLACE= yes NO_INSTALL_MANPAGES= yes |