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 /multimedia/mplayer | |
parent | 7a7150742905bbb52960a3f85218b5348539b0e9 (diff) |
Chase libcdio shlib bump
Notes
Notes:
svn path=/head/; revision=289416
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
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 |