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/aqualung | |
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/aqualung')
-rw-r--r-- | audio/aqualung/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index e045c118dee6..be1846ce97b6 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ http://wickedmachine.net/mirror/ @@ -22,7 +22,7 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ oggz.8:${PORTSDIR}/audio/liboggz \ speex.1:${PORTSDIR}/audio/speex \ mad.2:${PORTSDIR}/audio/libmad \ - modplug.0:${PORTSDIR}/audio/libmodplug \ + modplug.1:${PORTSDIR}/audio/libmodplug \ mpcdec.5:${PORTSDIR}/audio/libmpcdec \ mac.2:${PORTSDIR}/audio/mac \ tag.1:${PORTSDIR}/audio/taglib \ |