aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
commit605b51623904901c5be12539309f2345d1751741 (patch)
tree698a951c5110d6765f602f134f00403efbe3a817 /games/scummvm
parent7a58a475e7bd926d065dab0f108b18a67af0906b (diff)
downloadports-605b51623904901c5be12539309f2345d1751741.tar.gz
ports-605b51623904901c5be12539309f2345d1751741.zip
Notes
Diffstat (limited to 'games/scummvm')
-rw-r--r--games/scummvm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 4306a1a6f499..5daa4f422135 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scummvm
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= games emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -43,7 +44,7 @@ WITH_VORBIS= yes
.if defined(WITH_VORBIS)
LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \
- vorbis.3:${PORTSDIR}/audio/libvorbis
+ vorbis.4:${PORTSDIR}/audio/libvorbis
CONFIGURE_ARGS+=--with-ogg-prefix=${LOCALBASE} \
--with-vorbis-prefix=${LOCALBASE}
.else