diff options
author | mezz <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
commit | bc1a4978064ef5def2f82eb88fcaff7cc7212cbe (patch) | |
tree | 6d40b50f9d5c736169946f48d2b128c1031b7de4 /audio/vorbis-tools | |
parent | aaebf793ba41e2f23d3a5c636b1381c7c39dd560 (diff) | |
download | FreeBSD-ports-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.zip FreeBSD-ports-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.gz |
Chase the shared library version of speex, bump the PORTREVISION.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index fe5a04c..08e3aa5 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ @@ -18,7 +18,7 @@ COMMENT= Play, encode, and manage Ogg Vorbis files LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ curl.4:${PORTSDIR}/ftp/curl \ FLAC.7:${PORTSDIR}/audio/flac \ - speex.3:${PORTSDIR}/audio/speex \ + speex.1:${PORTSDIR}/audio/speex \ vorbis.3:${PORTSDIR}/audio/libvorbis USE_GETTEXT= yes |