diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
commit | 30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch) | |
tree | e5ec60956c799dd57754a970be6a41ed50bc7080 /multimedia/oggvideotools | |
parent | 58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff) |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Notes
Notes:
svn path=/head/; revision=255958
Diffstat (limited to 'multimedia/oggvideotools')
-rw-r--r-- | multimedia/oggvideotools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index 1c5e80dde6f2..2be767ee29af 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -5,7 +5,7 @@ PORTNAME= oggvideotools PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF MASTER_SITE_SUBDIR= oggvideotools/oggvideotools/${DISTNAME} @@ -14,7 +14,7 @@ MAINTAINER= jille@quis.cx COMMENT= A toolbox for manipulating Ogg video files LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ theora.0:${PORTSDIR}/multimedia/libtheora \ vorbis.4:${PORTSDIR}/audio/libvorbis |