diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /emulators | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/scummvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile index 26a2d33..c070fe2 100644 --- a/emulators/scummvm/Makefile +++ b/emulators/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 |