From ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 18 Jan 2012 17:36:27 +0000 Subject: Chase libcdio shlib bump --- emulators/mednafen/Makefile | 4 ++-- emulators/pcsxr/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators') diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 39eb2edf61a4..b0ad9f9ffb40 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -7,7 +7,7 @@ PORTNAME= mednafen PORTVERSION= 0.8.B -PORTREVISION= 4 +PORTREVISION= 5 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.12:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS= cdio.13:${PORTSDIR}/sysutils/libcdio \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index af104fd8ae2f..16d471119471 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcsxr PORTVERSION= 1.9.92.r68256 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -22,7 +22,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - cdio.12:${PORTSDIR}/sysutils/libcdio + cdio.13:${PORTSDIR}/sysutils/libcdio ONLY_FOR_ARCHS= i386 amd64 -- cgit