diff options
author | obache <obache@pkgsrc.org> | 2014-05-05 02:53:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-05 02:53:26 +0000 |
commit | 5c2fadd1fb5f6027c77518dfa986688323c91235 (patch) | |
tree | bce3b3f44ac536c3708dfcbc68543237b2e300b5 /inputmethod | |
parent | 4f8cdb2753197ff00f89173a8d695673d2a8dbdc (diff) | |
download | pkgsrc-5c2fadd1fb5f6027c77518dfa986688323c91235.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/Makefile | 4 |
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" |