diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 23:41:53 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 23:41:53 +0800 |
commit | 6056582305129f72c1f8be40972d52dcef352dc6 (patch) | |
tree | 909d3b869607fbbc11b6d879269f5507b7468b3e /multimedia/audacious-plugins | |
parent | d7b0b652d8f73ed7e75d53f399adda12e7e2c08c (diff) | |
download | freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.tar.gz freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.tar.zst freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.zip |
- Chase taglib bump
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index b150f0901bb4..6f06db03b45d 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -221,7 +221,7 @@ CONFIGURE_ARGS+=--disable-modplug .if defined(WITH_MPC) LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec \ - tag.5:${PORTSDIR}/audio/taglib + tag.6:${PORTSDIR}/audio/taglib PLIST_SUB+= MPCPLUGIN="" CONFIGURE_ARGS+=--enable-musepack .else |