diff options
author | dhn <dhn@FreeBSD.org> | 2011-09-14 00:54:05 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-09-14 00:54:05 +0800 |
commit | eaf2b3b2c47e6248c616101c91132012fc09564c (patch) | |
tree | 1ed931777436580928dccca39a5a482e5d7ba2cc /audio | |
parent | 84ac1e36ce280a780317324cd6007554fca44cf5 (diff) | |
download | freebsd-ports-gnome-eaf2b3b2c47e6248c616101c91132012fc09564c.tar.gz freebsd-ports-gnome-eaf2b3b2c47e6248c616101c91132012fc09564c.tar.zst freebsd-ports-gnome-eaf2b3b2c47e6248c616101c91132012fc09564c.zip |
- Chase multimedia/libkate update
- Bump PORTREVSION
Diffstat (limited to 'audio')
-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 |