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 /audio/xmms2/Makefile | |
parent | cb9dfb1eb267db70a19294c73bb2ea9f820137d7 (diff) | |
download | freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.tar.gz freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.tar.zst freebsd-ports-gnome-511fdac80d71e3236e7d55bb2871e832ab242857.zip |
Chase audio/libmodplug update
Diffstat (limited to 'audio/xmms2/Makefile')
-rw-r--r-- | audio/xmms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 1222b89311a5..33191d46e10c 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -7,7 +7,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONSUFFIX=DrMattDestruction CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20DrMattDestruction @@ -226,7 +226,7 @@ PLIST_SUB+= MMS="@comment " .endif .if !defined(WITHOUT_MODPLUG) -LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug PLIST_SUB+= MODPLUG="" .else EXCLUDE+= --without-plugins="modplug" |