diff options
author | naddy <naddy@FreeBSD.org> | 2010-06-07 04:44:03 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2010-06-07 04:44:03 +0800 |
commit | a60aa9161fa5196ed4cbb4215c1b907654a5ec0e (patch) | |
tree | 92d84ed5d6b96acdcb0766cc553b1e437c95bbd1 /multimedia/libkate | |
parent | d8350e7fbe4de6cda75d1fc3e83a70ed8d6a0f70 (diff) | |
download | freebsd-ports-gnome-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.tar.gz freebsd-ports-gnome-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.tar.zst freebsd-ports-gnome-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.zip |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Diffstat (limited to 'multimedia/libkate')
-rw-r--r-- | multimedia/libkate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index 5a9944599aa4..bb9503d4a894 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libkate PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -14,7 +15,7 @@ MAINTAINER= anders@FreeBSD.org COMMENT= Codec for karaoke and text encapsulation for Ogg BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg \ png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes |