diff options
author | arved <arved@FreeBSD.org> | 2009-11-28 18:34:26 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-11-28 18:34:26 +0800 |
commit | b3ef9ac3f78b1519f2c774fa1d84f8792a95029a (patch) | |
tree | 8f107ac1aebeed9931706dec534900e2031c6339 /multimedia/audacious-plugins | |
parent | d35d7ad0b853d16c44d9fa39bc36a12d8bc8fe12 (diff) | |
download | freebsd-ports-gnome-b3ef9ac3f78b1519f2c774fa1d84f8792a95029a.tar.gz freebsd-ports-gnome-b3ef9ac3f78b1519f2c774fa1d84f8792a95029a.tar.zst freebsd-ports-gnome-b3ef9ac3f78b1519f2c774fa1d84f8792a95029a.zip |
Chase libcdio shared library version 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 d32f6069189a..87ed9c91aaa9 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -285,7 +286,7 @@ PLIST_SUB+= TIMIDITYPLUGIN="@comment " .endif .if defined(WITH_CDAUDIO) -LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio \ cddb.4:${PORTSDIR}/audio/libcddb CONFIGURE_ARGS+=--enable-cdaudio PLIST_SUB+= CDAUDIOPLUGIN="" |