diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 63d96de22f82f902e63a87ea5145bb12c985aad6 (patch) | |
tree | b547f3a265861dfb243e0d8ad3978b9bf05b317f /games/uqm | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) | |
download | ports-63d96de22f82f902e63a87ea5145bb12c985aad6.tar.gz ports-63d96de22f82f902e63a87ea5145bb12c985aad6.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 b79d0cc16320..9b8a763193e5 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -14,7 +14,7 @@ PORTNAME= uqm PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sc2 @@ -27,8 +27,7 @@ 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:${PORTSDIR}/audio/libvorbis \ - ogg:${PORTSDIR}/audio/libogg + vorbis.3:${PORTSDIR}/audio/libvorbis USE_XLIB= yes USE_GMAKE= yes |