diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2014-08-09 10:06:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2014-08-09 10:06:54 +0000 |
commit | 80b3ab923d56e630bdea3df2759479f8defa8b95 (patch) | |
tree | 8464c2fd57a86049e71eacaba18fa14fac4da27b /multimedia/audacious-plugins | |
parent | 1dffb5f50d0141722ee0405a3b8c4e307f928514 (diff) | |
download | ports-80b3ab923d56e630bdea3df2759479f8defa8b95.tar.gz ports-80b3ab923d56e630bdea3df2759479f8defa8b95.zip |
Notes
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 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="" |