diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-13 16:54:05 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-13 16:54:05 +0000 |
commit | 0f1910294c2fd47ca9bf14499bf9701822ee921b (patch) | |
tree | 48a34330cb23afd808ae404e5df62a4dc7daf7c1 /audio/vorbis-tools | |
parent | 72fb99d972703129c6b0691b580ad42fc5f49cad (diff) | |
download | ports-0f1910294c2fd47ca9bf14499bf9701822ee921b.tar.gz ports-0f1910294c2fd47ca9bf14499bf9701822ee921b.zip |
Notes
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 4a1c99e6947b..e64372167b32 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 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.4:${PORTSDIR}/audio/libao \ curl.6:${PORTSDIR}/ftp/curl \ FLAC.10:${PORTSDIR}/audio/flac \ - kate.3:${PORTSDIR}/multimedia/libkate \ + kate.4:${PORTSDIR}/multimedia/libkate \ speex.1:${PORTSDIR}/audio/speex \ vorbis.4:${PORTSDIR}/audio/libvorbis |