diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 63d96de22f82f902e63a87ea5145bb12c985aad6 (patch) | |
tree | b547f3a265861dfb243e0d8ad3978b9bf05b317f /graphics | |
parent | Catch up with libogg/libvorbis version bump. (diff) |
Catch up with libogg/libvorbis version bump.
Notes
Notes:
svn path=/head/; revision=96270
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qtutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qtutils/Makefile b/graphics/qtutils/Makefile index e7983755ad13..eef70c202112 100644 --- a/graphics/qtutils/Makefile +++ b/graphics/qtutils/Makefile @@ -8,13 +8,14 @@ PORTNAME= qtutils PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.flyn.org/projects/qtutils/ MAINTAINER= ports@FreeBSD.org COMMENT= QuickTime Utilities -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ quicktime.0:${PORTSDIR}/multimedia/libquicktime WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |