diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-21 18:19:16 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-21 18:19:16 +0800 |
commit | f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e (patch) | |
tree | 9960581bbb41ea6975125f1ecab244810511d975 /multimedia | |
parent | 9d5bcca97d1275fb1a6758441909470a08c02796 (diff) | |
download | marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.tar marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.tar.gz marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.tar.bz2 marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.tar.lz marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.tar.xz marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.tar.zst marcuscom-ports-f80d5033f1b4b20c3624ec6f398e3ccbeee30e2e.zip |
Chase libgdata update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12910 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 54d671f06..dc34e5a4f 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,12 +3,12 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.131 2009/07/24 10:27:29 kwm Exp $ +# $MCom: ports/multimedia/totem/Makefile,v 1.132 2009/09/08 16:59:59 kwm Exp $ # PORTNAME= totem PORTVERSION= 2.27.92 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,7 @@ COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \ - gdata.5:${PORTSDIR}/devel/libgdata \ + gdata.6:${PORTSDIR}/devel/libgdata \ totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ |