diff options
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 |