diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /graphics/qtutils | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | freebsd-ports-graphics-65c95ed317d5247174995e434fc6898807b43115.tar.gz freebsd-ports-graphics-65c95ed317d5247174995e434fc6898807b43115.tar.zst freebsd-ports-graphics-65c95ed317d5247174995e434fc6898807b43115.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'graphics/qtutils')
-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 e7983755ad1..eef70c20211 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} |