summaryrefslogtreecommitdiff
path: root/graphics/clutter
diff options
context:
space:
mode:
authorobache <obache>2014-01-31 11:21:42 +0000
committerobache <obache>2014-01-31 11:21:42 +0000
commit7f43e6f06039b43314f60935cbd1978b5fdbc88f (patch)
tree9abf5cbc03a8e75c1c4c6cdb5c178291d0ab1ee8 /graphics/clutter
parent741a70f90762018c0fd633b00fb83936cb40ec98 (diff)
downloadpkgsrc-7f43e6f06039b43314f60935cbd1978b5fdbc88f.tar.gz
XFixes extension is not required since 1.16.2.
Bump PKGREVISION.
Diffstat (limited to 'graphics/clutter')
-rw-r--r--graphics/clutter/Makefile3
-rw-r--r--graphics/clutter/options.mk4
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 6eb1bf55662..5e66e542db0 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2014/01/26 08:47:10 obache Exp $
+# $NetBSD: Makefile,v 1.46 2014/01/31 11:21:42 obache Exp $
#
DISTNAME= clutter-1.16.4
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter/1.16/}
EXTRACT_SUFX= .tar.xz
diff --git a/graphics/clutter/options.mk b/graphics/clutter/options.mk
index 47348860529..845e98ffba5 100644
--- a/graphics/clutter/options.mk
+++ b/graphics/clutter/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2014/01/03 12:34:14 obache Exp $
+# $NetBSD: options.mk,v 1.8 2014/01/31 11:21:42 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.clutter
@@ -28,8 +28,6 @@ BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXdamage/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libXfixes+= libXfixes>=3
-.include "../../x11/libXfixes/buildlink3.mk"
BUILDLINK_API_DEPENDS.libXcomposite+= libXcomposite>=0.4
.include "../../x11/libXcomposite/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"