summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2013-10-23 12:47:33 +0000
committerobache <obache>2013-10-23 12:47:33 +0000
commitf12718a6d344a302f95f339e26f2e0737f8cf308 (patch)
tree0fb15028e23fae7a63bbdc9d4eae996d69403a70 /inputmethod
parentedd87934e4140c69dab6f2d657e0ae47d3370a3f (diff)
downloadpkgsrc-f12718a6d344a302f95f339e26f2e0737f8cf308.tar.gz
Switch to use gtk3, same as bumped ibus-1.5.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-unikey/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/ibus-unikey/Makefile b/inputmethod/ibus-unikey/Makefile
index 141cdb4775c..6f1aa35f491 100644
--- a/inputmethod/ibus-unikey/Makefile
+++ b/inputmethod/ibus-unikey/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2013/10/10 14:42:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2013/10/23 12:47:33 obache Exp $
#
DISTNAME= ibus-unikey-0.6.1
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= inputmethod
MASTER_SITES= http://ibus-unikey.googlecode.com/files/
@@ -17,9 +17,9 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config intltool msgfmt
-CONFIGURE_ARGS+= --with-gtk-version=2
+CONFIGURE_ARGS+= --with-gtk-version=3
.include "../../inputmethod/ibus/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"