diff options
author | obache <obache@pkgsrc.org> | 2013-10-23 12:48:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-23 12:48:26 +0000 |
commit | 1935f055cec9ae0ebcbe3268432e88e7c8f78fd8 (patch) | |
tree | cd00f99aba5cda1d238f14cd3c38bdd95b5af3eb /inputmethod | |
parent | d46c7b3a2c0b907ebaf201551dbb90222b40e614 (diff) | |
download | pkgsrc-1935f055cec9ae0ebcbe3268432e88e7c8f78fd8.tar.gz |
remove unwanted gtk2 related things.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-unikey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/ibus-unikey/Makefile b/inputmethod/ibus-unikey/Makefile index 6f1aa35f491..7809d06715f 100644 --- a/inputmethod/ibus-unikey/Makefile +++ b/inputmethod/ibus-unikey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/10/23 12:47:33 obache Exp $ +# $NetBSD: Makefile,v 1.24 2013/10/23 12:48:26 obache Exp $ # DISTNAME= ibus-unikey-0.6.1 @@ -20,6 +20,5 @@ USE_TOOLS+= gmake pkg-config intltool msgfmt CONFIGURE_ARGS+= --with-gtk-version=3 .include "../../inputmethod/ibus/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |