diff options
author | obache <obache@pkgsrc.org> | 2013-10-23 12:47:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-23 12:47:33 +0000 |
commit | d46c7b3a2c0b907ebaf201551dbb90222b40e614 (patch) | |
tree | 0fb15028e23fae7a63bbdc9d4eae996d69403a70 /inputmethod/ibus-unikey | |
parent | b62bae2887d07c8b094646183b223e12c0fb5f9d (diff) | |
download | pkgsrc-d46c7b3a2c0b907ebaf201551dbb90222b40e614.tar.gz |
Switch to use gtk3, same as bumped ibus-1.5.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/ibus-unikey')
-rw-r--r-- | inputmethod/ibus-unikey/Makefile | 8 |
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" |