diff options
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 26a2d3336116..c070fe29ab9b 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -7,6 +7,7 @@ PORTNAME= scummvm PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= alexander@trull.com COMMENT= Free implementation of LucasArts S.C.U.M.M. interpreter LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - mad.1:${PORTSDIR}/audio/mad + mad.2:${PORTSDIR}/audio/mad USE_BZIP2= yes USE_GMAKE= yes |