diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /games/uqm | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.zst freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'games/uqm')
-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 |