pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Still include gtk2/modules.mk, not gtk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74461b421b18
branches:  trunk
changeset: 495143:74461b421b18
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 03 10:25:38 2005 +0000

description:
Still include gtk2/modules.mk, not gtk/modules.mk.

diffstat:

 inputmethod/uim/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c7bff63b2cf -r 74461b421b18 inputmethod/uim/options.mk
--- a/inputmethod/uim/options.mk        Fri Jun 03 10:24:47 2005 +0000
+++ b/inputmethod/uim/options.mk        Fri Jun 03 10:25:38 2005 +0000
@@ -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 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mgtk)
-.include "../../x11/gtk/modules.mk"
+.include "../../x11/gtk2/modules.mk"
 PLIST_SRC+=            PLIST.gtk
 .endif
 



Home | Main Index | Thread Index | Old Index