summaryrefslogtreecommitdiff
path: root/x11/eekboard
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-12-23 06:04:36 +0000
committerobache <obache@pkgsrc.org>2010-12-23 06:04:36 +0000
commita1f194755d897167de16a47b94092eea13abec76 (patch)
treec37a62f5f7c2e67b51c47fce453b87878f98de27 /x11/eekboard
parent3d2a9bfd8b7c4ff5ea07cc9a3ce7c20f71715f72 (diff)
downloadpkgsrc-a1f194755d897167de16a47b94092eea13abec76.tar.gz
Fixes dependency for clutter, clutter-gtk is required.
Diffstat (limited to 'x11/eekboard')
-rw-r--r--x11/eekboard/buildlink3.mk3
-rw-r--r--x11/eekboard/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/eekboard/buildlink3.mk b/x11/eekboard/buildlink3.mk
index bd4eda8ab69..c51046de049 100644
--- a/x11/eekboard/buildlink3.mk
+++ b/x11/eekboard/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2010/12/23 05:47:32 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2010/12/23 06:04:36 obache Exp $
#
BUILDLINK_TREE+= eekboard
@@ -20,6 +20,7 @@ pkgbase := eekboard
.include "../../graphics/cairo/buildlink3.mk"
.if !empty(PKG_BUILD_OPTIONS.eekboard:Mclutter)
.include "../../graphics/clutter/buildlink3.mk"
+.include "../../graphics/clutter-gtk/buildlink3.mk"
.endif
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libxklavier/buildlink3.mk"
diff --git a/x11/eekboard/options.mk b/x11/eekboard/options.mk
index b3e44fd9140..ea6853d721d 100644
--- a/x11/eekboard/options.mk
+++ b/x11/eekboard/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2010/11/22 13:31:05 obache Exp $
+# $NetBSD: options.mk,v 1.3 2010/12/23 06:04:36 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.eekboard
@@ -12,6 +12,7 @@ PLIST_VARS+= clutter
.if !empty(PKG_OPTIONS:Mclutter)
PLIST.clutter= yes
.include "../../graphics/clutter/buildlink3.mk"
+.include "../../graphics/clutter-gtk/buildlink3.mk"
CONFIGURE_ARGS+= --enable-clutter=yes
.else
CONFIGURE_ARGS+= --enable-clutter=no