diff options
author | mezz <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-02-24 06:51:12 +0800 |
commit | bc1a4978064ef5def2f82eb88fcaff7cc7212cbe (patch) | |
tree | 6d40b50f9d5c736169946f48d2b128c1031b7de4 /audio/aqualung | |
parent | aaebf793ba41e2f23d3a5c636b1381c7c39dd560 (diff) | |
download | freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.gz freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.zst freebsd-ports-gnome-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.zip |
Chase the shared library version of speex, bump the PORTREVISION.
Diffstat (limited to 'audio/aqualung')
-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 \ |