diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
commit | 41634af4b8452b6232af687cf6ee44969c6d193a (patch) | |
tree | 0122556213d239f9ed5c412f5a6898fd12f2c5eb /emulators | |
parent | 12f3520e37525c761251c0cc7056d0b4aad648a0 (diff) |
- chase the cdio shared lib bump
Notes
Notes:
svn path=/head/; revision=210837
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 74cec3daeed8..ade1711fc1c0 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -7,13 +7,14 @@ PORTNAME= mednafen PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= emulators games MASTER_SITES= SF MAINTAINER= acm@FreeBSD.org COMMENT= Portable multi-system emulator -LIB_DEPENDS= cdio.7:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS= cdio.8:${PORTSDIR}/sysutils/libcdio \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis |