diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-11-28 10:34:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-11-28 10:34:26 +0000 |
commit | 9e811c372a9ad2bd983731eb59dba482f7c4224f (patch) | |
tree | 86e85be0392ddc0d5edc44e35b5c7bbf9f51ec8d /emulators | |
parent | 2ca9e469adc77090c0cdede0f17e4188e7399742 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 3f706fc4f1ae..7ca8610be97f 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -7,7 +7,7 @@ PORTNAME= mednafen PORTVERSION= 0.8.B -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= SF/${PORTNAME}/Mednafen/${PORTVERSION} @@ -15,7 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/Mednafen/${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Portable multi-system emulator -LIB_DEPENDS= cdio.8:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS= cdio.12:${PORTSDIR}/sysutils/libcdio \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis |