summaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-21 13:03:25 +0000
committerwiz <wiz>2007-09-21 13:03:25 +0000
commit3d6f3c9b82b8bb57b230a246ed3692b150a41d6e (patch)
tree48b3195c505f0c48c6098bc0d627477188a674f9 /multimedia/totem
parent0937f056ecef15228dcfbf0f06646a5c57e8eb55 (diff)
downloadpkgsrc-3d6f3c9b82b8bb57b230a246ed3692b150a41d6e.tar.gz
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile4
-rw-r--r--multimedia/totem/Makefile.common12
2 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index b26a22ddb5b..2d7699322dd 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2007/09/19 23:19:04 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2007/09/21 13:04:09 wiz Exp $
#
.include "Makefile.common"
COMMENT+= (using GStreamer)
-PKGREVISION= 1
+PKGREVISION= 2
CONFLICTS+= totem-xine-[0-9]*
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common
index 3d94305fcd5..040b3ddb48d 100644
--- a/multimedia/totem/Makefile.common
+++ b/multimedia/totem/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2007/09/20 21:37:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.35 2007/09/21 13:04:09 wiz Exp $
#
DISTNAME= totem-2.18.2
@@ -23,19 +23,19 @@ USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE= totem-plparser.pc.in
-GCONF2_SCHEMAS= totem.schemas
-GCONF2_SCHEMAS+= totem-handlers.schemas
-GCONF2_SCHEMAS+= totem-video-thumbnail.schemas
+GCONF_SCHEMAS= totem.schemas
+GCONF_SCHEMAS+= totem-handlers.schemas
+GCONF_SCHEMAS+= totem-video-thumbnail.schemas
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.10.0
BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.8.2
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
-.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"