summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2013-10-23 12:33:37 +0000
committerobache <obache>2013-10-23 12:33:37 +0000
commit8db658d7d7050d3c611e752472ff3fe73db904d8 (patch)
tree42a6cf7220f0e9d724701f3134b5e1fa9c0f342d /inputmethod
parentbc05c3c319b4de4c328b1c55cfcf387f6888706e (diff)
downloadpkgsrc-8db658d7d7050d3c611e752472ff3fe73db904d8.tar.gz
Switch to use gtk3, same as eekboard, input-pad and ibus.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-input-pad/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/ibus-input-pad/Makefile b/inputmethod/ibus-input-pad/Makefile
index ddf333a81de..4e7799e08c7 100644
--- a/inputmethod/ibus-input-pad/Makefile
+++ b/inputmethod/ibus-input-pad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2013/10/10 14:42:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2013/10/23 12:33:37 obache Exp $
#
DISTNAME= ibus-input-pad-1.4.0
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= inputmethod
MASTER_SITES= http://input-pad.googlecode.com/files/
@@ -16,11 +16,11 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
-CONFIGURE_ARGS+= --with-gtk=2.0
+CONFIGURE_ARGS+= --with-gtk=3.0
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/input-pad/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"