diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 05:27:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 05:27:10 +0800 |
commit | 575ae4b1dbd6fad82a3807e2e49960d81189ee2b (patch) | |
tree | 9c332db6925bce539f5a277bf8dea58e115b4c57 /games/uqm | |
parent | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (diff) | |
download | freebsd-ports-gnome-575ae4b1dbd6fad82a3807e2e49960d81189ee2b.tar.gz freebsd-ports-gnome-575ae4b1dbd6fad82a3807e2e49960d81189ee2b.tar.zst freebsd-ports-gnome-575ae4b1dbd6fad82a3807e2e49960d81189ee2b.zip |
- Add new knobs from bsd.sdl.mk
Approved by: portmgr
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 |