aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-14 13:56:47 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-14 13:56:47 +0000
commit2577bd1840e6e5dd6e4ea9842d370f34bef3bd87 (patch)
tree860a41859c95e2e2cf2017419c8da53c39566c63
parentbfa4f756859fab3bd748afc301b1b47f195e0f5d (diff)
downloadports-2577bd1840e6e5dd6e4ea9842d370f34bef3bd87.tar.gz
ports-2577bd1840e6e5dd6e4ea9842d370f34bef3bd87.zip
Notes
-rw-r--r--games/scummvm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 21117a9a584c..1e8599d1efbf 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -7,11 +7,12 @@
PORTNAME= scummvm
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= games emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= alexander@trull.com
+MAINTAINER= freebsd.alex@trull.org
COMMENT= Graphical Adventure Game Virtual Machine
USE_BZIP2= yes
@@ -27,7 +28,7 @@ CONFIGURE_ARGS=--with-sdl-prefix=${LOCALBASE} \
OPTIONS= VORBIS "Enable Ogg Vorbis support" off \
MAD "Enable mad (MP3) support" on \
- MPEG2 "Enable MPEG2 support" off
+ MPEG2 "Enable MPEG2 support (implies VORBIS)" off
MAN6= scummvm.6
@@ -52,6 +53,7 @@ CONFIGURE_ARGS+=--disable-mad
.endif
.if defined(WITH_MPEG2)
+WITH_VORBIS= yes
LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
CONFIGURE_ARGS+=--with-mpeg2-prefix=${LOCALBASE}
.else