diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-01-18 17:36:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-01-18 17:36:27 +0000 |
commit | 719264f183f6cfe0439942bb329d5a9f57b83cf1 (patch) | |
tree | c3be8e5fe5275467409ac0e476ac3ef94340af5a /emulators/pcsxr | |
parent | 7a7150742905bbb52960a3f85218b5348539b0e9 (diff) | |
download | ports-719264f183f6cfe0439942bb329d5a9f57b83cf1.tar.gz ports-719264f183f6cfe0439942bb329d5a9f57b83cf1.zip |
Notes
Diffstat (limited to 'emulators/pcsxr')
-rw-r--r-- | emulators/pcsxr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |