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 /multimedia/audacious-plugins | |
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 'multimedia/audacious-plugins')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 5c29ae1bd90c..2a7f7e5276a1 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ @@ -257,7 +258,7 @@ CONFIGURE_ARGS+=--disable-sid .endif .if defined(WITH_CDAUDIO) -LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio \ cddb.4:${PORTSDIR}/audio/libcddb CONFIGURE_ARGS+=--enable-cdaudio PLIST_SUB+= CDAUDIOPLUGIN="" |