diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /games/uqm/Makefile | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=196462
Diffstat (limited to 'games/uqm/Makefile')
-rw-r--r-- | games/uqm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/uqm/Makefile b/games/uqm/Makefile index f7945917f742..ed4dd0d31145 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -14,7 +14,7 @@ PORTNAME= uqm PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sc2 @@ -24,7 +24,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-source.tgz MAINTAINER= benlutz@datacomm.ch COMMENT= A port of the original Star Control 2 for 3DO consoles -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ mikmod.2:${PORTSDIR}/audio/libmikmod USE_XLIB= yes |