diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 10:25:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 10:25:38 +0000 |
commit | 7ef924b86a9518ad79491135d29b8707d6c11280 (patch) | |
tree | 9de0fb9bacd4cad112c06021fe0ac0c874b71fd7 /inputmethod/uim | |
parent | b94b207c3b885b94bd00e32125d0f59b918b4028 (diff) | |
download | pkgsrc-7ef924b86a9518ad79491135d29b8707d6c11280.tar.gz |
Still include gtk2/modules.mk, not gtk/modules.mk.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk index 91d026fbbd4..93002727b3c 100644 --- a/inputmethod/uim/options.mk +++ b/inputmethod/uim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2005/06/03 10:21:51 uebayasi Exp $ +# $NetBSD: options.mk,v 1.6 2005/06/03 10:25:38 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.uim PKG_SUPPORTED_OPTIONS= anthy canna eb gtk qt @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --without-eb .endif .if !empty(PKG_OPTIONS:Mgtk) -.include "../../x11/gtk/modules.mk" +.include "../../x11/gtk2/modules.mk" PLIST_SRC+= PLIST.gtk .endif |