diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-05-28 14:56:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-05-28 14:56:46 +0800 |
commit | 511fdac80d71e3236e7d55bb2871e832ab242857 (patch) | |
tree | 29b69b450cf5611f2f64118e9cf94163c37fc01b /multimedia/audacious-plugins | |
parent | cb9dfb1eb267db70a19294c73bb2ea9f820137d7 (diff) | |
download | freebsd-ports-graphics-511fdac80d71e3236e7d55bb2871e832ab242857.tar.gz freebsd-ports-graphics-511fdac80d71e3236e7d55bb2871e832ab242857.tar.zst freebsd-ports-graphics-511fdac80d71e3236e7d55bb2871e832ab242857.zip |
Chase audio/libmodplug update
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 9b160cbbe27..a490d890700 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -198,7 +198,7 @@ PLIST_SUB+= SNDFILEPLUGIN="@comment " .endif .if defined(WITH_MODPLUG) -LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug PLIST_SUB+= MODPLUG="" CONFIGURE_ARGS+=--enable-modplug .else |