summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-03 10:25:38 +0000
committerwiz <wiz>2005-06-03 10:25:38 +0000
commit389d7efb7f403e385c37e7b15f5bd164a065ca34 (patch)
tree9de0fb9bacd4cad112c06021fe0ac0c874b71fd7 /inputmethod
parent6023f8cadd1547f6d6660ce16cc3e63c90577245 (diff)
downloadpkgsrc-389d7efb7f403e385c37e7b15f5bd164a065ca34.tar.gz
Still include gtk2/modules.mk, not gtk/modules.mk.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/options.mk4
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