summaryrefslogtreecommitdiff
path: root/graphics/clutter/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-12-03 07:30:17 +0000
committerobache <obache@pkgsrc.org>2010-12-03 07:30:17 +0000
commit3b482aa2412e2b392796f5c8eaec392e743ced7b (patch)
tree9bb45e53e7c8e188d8d1df072109a95a85dcdc0e /graphics/clutter/Makefile
parent2e17bd0171fb11f4c2d104e0265a95de8086ac93 (diff)
downloadpkgsrc-3b482aa2412e2b392796f5c8eaec392e743ced7b.tar.gz
Downgrade clutter to 1.2.14nb1, due to incompatibilities with some bindings.
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r--graphics/clutter/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 7d5c738daed..45424b1f021 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.23 2010/12/03 05:27:30 obache Exp $
+# $NetBSD: Makefile,v 1.24 2010/12/03 07:30:17 obache Exp $
#
-DISTNAME= clutter-1.4.2
+DISTNAME= clutter-1.2.14
+PKGREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= http://source.clutter-project.org/sources/clutter/1.4/
-# ${MASTER_SITE_GNOME:=sources/clutter/1.4/}
+MASTER_SITES= http://source.clutter-project.org/sources/clutter/1.2/
+# ${MASTER_SITE_GNOME:=sources/clutter/1.2/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://clutter-project.org/
@@ -28,15 +29,12 @@ PKGCONFIG_OVERRIDE+= clutter.pc.in
TEST_TARGET= check
-BUILDLINK_API_DEPENDS.atk+= atk>=1.7
-.include "../../devel/atk/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.pango+= pango>=1.20.0
.include "../../devel/pango/buildlink3.mk"
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.0
.include "../../graphics/cairo/buildlink3.mk"
-BUILDLINK_API_DEPENDS.json-glib+= json-glib>=0.10.0
+BUILDLINK_API_DEPENDS.json-glib+= json-glib>=0.8.0
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"