summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2014-05-05 02:53:26 +0000
committerobache <obache>2014-05-05 02:53:26 +0000
commit2b23b84abccb7b2931826f4ceb76ec191b2de557 (patch)
treed3d86fa07e463f7067c172f37a63d12ec7996cc1 /inputmethod
parent9a7c68f03019616ccc768f92aa5e66c99c4f7b08 (diff)
downloadpkgsrc-2b23b84abccb7b2931826f4ceb76ec191b2de557.tar.gz
Exactly buildlink with gtk2 and gtk3, modules.mk will not prepared by finddepends(1).
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index b08c3938cc2..361d2e838d0 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/04/06 02:48:03 obache Exp $
+# $NetBSD: Makefile,v 1.38 2014/05/05 02:53:26 obache Exp $
.include "Makefile.common"
@@ -62,8 +62,10 @@ PY_PATCHPLIST= yes
.include "../../textproc/iso-codes/buildlink3.mk"
GTK2_IMMODULES= yes
.include "../../x11/gtk2/modules.mk"
+.include "../../x11/gtk2/buildlink3.mk"
GTK3_IMMODULES= yes
.include "../../x11/gtk3/modules.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"