diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 20:47:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 20:47:04 +0000 |
commit | a65d09a14efd588b186404b1adef06deff8f4110 (patch) | |
tree | 25d9598e68ae9ed34645a645ba69020f2f889a85 /audio/aqualung | |
parent | cbf7d900207f0e37f0dabee9cf6ce9378a708f53 (diff) |
Notes
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 ec6963e88753..0989c3c6637f 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.9beta10 \ http://wickedmachine.net/mirror/ @@ -20,7 +20,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ sndfile.1:${PORTSDIR}/audio/libsndfile \ FLAC.10:${PORTSDIR}/audio/flac \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - oggz.6:${PORTSDIR}/audio/liboggz \ + oggz.8:${PORTSDIR}/audio/liboggz \ speex.1:${PORTSDIR}/audio/speex \ mad.2:${PORTSDIR}/audio/libmad \ modplug.0:${PORTSDIR}/audio/libmodplug \ |