diff options
Diffstat (limited to 'games/scummvm/Makefile')
-rw-r--r-- | games/scummvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index e236f2af4128..53e2b12f683f 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= scummvm DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -49,7 +49,7 @@ WITH_VORBIS= yes .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+=--with-ogg-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} |