diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
commit | 26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch) | |
tree | 5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /audio/aqualung/Makefile | |
parent | 0f28824a015ef202713615ac0e4f0947c451f48b (diff) | |
download | freebsd-ports-gnome-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.gz freebsd-ports-gnome-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.zst freebsd-ports-gnome-26a0087e1eae735cc4087f82bd23ea56b71909e4.zip |
Chase the shared library version of speex, bump the PORTREVISION.
Diffstat (limited to 'audio/aqualung/Makefile')
-rw-r--r-- | audio/aqualung/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 060b9c831caf..8dc1fef4982f 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -7,6 +7,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -19,7 +20,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ FLAC.7:${PORTSDIR}/audio/flac \ vorbis.3:${PORTSDIR}/audio/libvorbis \ oggz.3:${PORTSDIR}/audio/liboggz \ - speex.3:${PORTSDIR}/audio/speex \ + speex.1:${PORTSDIR}/audio/speex \ mad.2:${PORTSDIR}/audio/libmad \ modplug.0:${PORTSDIR}/audio/libmodplug \ mpcdec.4:${PORTSDIR}/audio/libmpcdec \ |