summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-06-03 10:21:51 +0000
committeruebayasi <uebayasi>2005-06-03 10:21:51 +0000
commit781bb4997892e65d4f9dc8d04cafd014dc072475 (patch)
treec351204fdd22cd078560430b8b45020f7ec1718e /inputmethod/uim
parent4bf301a69c40ed2b0c6fdd931483da3ab10423a3 (diff)
downloadpkgsrc-781bb4997892e65d4f9dc8d04cafd014dc072475.tar.gz
Call Gtk2 option as "gtk", not "gtk2", as other packages do.
Pointed out by Dieter Baron.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/PLIST.gtk (renamed from inputmethod/uim/PLIST.gtk2)2
-rw-r--r--inputmethod/uim/options.mk12
2 files changed, 7 insertions, 7 deletions
diff --git a/inputmethod/uim/PLIST.gtk2 b/inputmethod/uim/PLIST.gtk
index 49a8d70b166..479352fd6f2 100644
--- a/inputmethod/uim/PLIST.gtk2
+++ b/inputmethod/uim/PLIST.gtk
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.gtk2,v 1.1 2005/06/03 05:10:11 uebayasi Exp $
+@comment $NetBSD: PLIST.gtk,v 1.1 2005/06/03 10:21:51 uebayasi Exp $
bin/uim-candwin-gtk
bin/uim-helper-candwin-gtk
bin/uim-helper-toolbar-gtk
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk
index b818ffa09d6..91d026fbbd4 100644
--- a/inputmethod/uim/options.mk
+++ b/inputmethod/uim/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2005/06/03 05:10:11 uebayasi Exp $
+# $NetBSD: options.mk,v 1.5 2005/06/03 10:21:51 uebayasi Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.uim
-PKG_SUPPORTED_OPTIONS= anthy canna eb gtk2 qt
-PKG_SUGGESTED_OPTIONS= anthy canna gtk2
+PKG_SUPPORTED_OPTIONS= anthy canna eb gtk qt
+PKG_SUGGESTED_OPTIONS= anthy canna gtk
PKG_OPTIONS_LEGACY_VARS+= UIM_USE_ANTHY:anthy
PKG_OPTIONS_LEGACY_VARS+= UIM_USE_CANNA:canna
PKG_OPTIONS_LEGACY_VARS+= UIM_USE_EB:eb
@@ -27,9 +27,9 @@ PLIST_SRC+= PLIST.canna
CONFIGURE_ARGS+= --without-eb
.endif
-.if !empty(PKG_OPTIONS:Mgtk2)
-.include "../../x11/gtk2/modules.mk"
-PLIST_SRC+= PLIST.gtk2
+.if !empty(PKG_OPTIONS:Mgtk)
+.include "../../x11/gtk/modules.mk"
+PLIST_SRC+= PLIST.gtk
.endif
.if !empty(PKG_OPTIONS:Mqt)