diff options
author | arved <arved@FreeBSD.org> | 2014-08-09 18:06:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2014-08-09 18:06:54 +0800 |
commit | 1e44c7230fe39f0eab1756f51eb0f3995875cc3b (patch) | |
tree | 8464c2fd57a86049e71eacaba18fa14fac4da27b /multimedia/audacious-plugins/Makefile | |
parent | 631ffb6f2499e765e82953d1fd65aa8ef9d3eb23 (diff) | |
download | freebsd-ports-gnome-1e44c7230fe39f0eab1756f51eb0f3995875cc3b.tar.gz freebsd-ports-gnome-1e44c7230fe39f0eab1756f51eb0f3995875cc3b.tar.zst freebsd-ports-gnome-1e44c7230fe39f0eab1756f51eb0f3995875cc3b.zip |
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-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 f72d479ca157..02f3c418a575 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -3,6 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -251,7 +252,7 @@ CONFIGURE_ARGS+=--disable-sid .endif .if ${PORT_OPTIONS:MCDAUDIO} -LIB_DEPENDS+= libcdio.so:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS+= libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia \ libcddb.so:${PORTSDIR}/audio/libcddb CONFIGURE_ARGS+=--enable-cdaudio PLIST_SUB+= CDAUDIOPLUGIN="" |