diff options
author | arved <arved@FreeBSD.org> | 2012-01-19 01:36:27 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2012-01-19 01:36:27 +0800 |
commit | ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c (patch) | |
tree | 1f0483f8ca1a2e74f781ad794d151f47bb3592f7 /emulators | |
parent | e6bb535d2ed5eb42475fccab86fe28d902515997 (diff) | |
download | freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.tar.gz freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.tar.zst freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.zip |
Chase libcdio shlib bump
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 4 | ||||
-rw-r--r-- | emulators/pcsxr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |