aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2012-01-19 01:36:27 +0800
committerarved <arved@FreeBSD.org>2012-01-19 01:36:27 +0800
commitceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c (patch)
tree1f0483f8ca1a2e74f781ad794d151f47bb3592f7 /multimedia/mplayer
parente6bb535d2ed5eb42475fccab86fe28d902515997 (diff)
downloadfreebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.tar.gz
freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.tar.zst
freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.zip
Chase libcdio shlib bump
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/mplayer/Makefile.options2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 97b090a11021..3318eb0d7047 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= High performance media player supporting many formats
.include "${.CURDIR}/Makefile.shared"
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index cb2a702d9d8c..79cdf8c9aee3 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --disable-cdparanoia
.endif
.if defined(WITH_LIBCDIO) && !defined(WITH_CDPARANOIA)
-LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio
+LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio
.else
CONFIGURE_ARGS+= --disable-libcdio
.endif