diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-06-03 10:21:51 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-06-03 10:21:51 +0000 |
commit | ec3bbe44a754e7b7bba0ceb28a1fbd6a149bac22 (patch) | |
tree | c351204fdd22cd078560430b8b45020f7ec1718e /inputmethod | |
parent | 8ace06e8f534c7a0d5cb772413ba66e7803baab8 (diff) | |
download | pkgsrc-ec3bbe44a754e7b7bba0ceb28a1fbd6a149bac22.tar.gz |
Call Gtk2 option as "gtk", not "gtk2", as other packages do.
Pointed out by Dieter Baron.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/PLIST.gtk (renamed from inputmethod/uim/PLIST.gtk2) | 2 | ||||
-rw-r--r-- | inputmethod/uim/options.mk | 12 |
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) |