diff options
author | obache <obache@pkgsrc.org> | 2013-10-23 12:33:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-23 12:33:37 +0000 |
commit | dc5b69a2cd58e5e5cefa24bfffb066a26aeed6b3 (patch) | |
tree | 42a6cf7220f0e9d724701f3134b5e1fa9c0f342d /inputmethod | |
parent | 0ff470a87a076951f017115d32fcffe78ef98cce (diff) | |
download | pkgsrc-dc5b69a2cd58e5e5cefa24bfffb066a26aeed6b3.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/Makefile | 8 |
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" |