diff options
author | rxg <rxg@pkgsrc.org> | 2006-02-01 03:03:51 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-02-01 03:03:51 +0000 |
commit | c1ebff5881fb69d72b72a3414be2d944d37cbe98 (patch) | |
tree | 2911b4993ea2eda5cb4bceae02b06ae403906eeb /inputmethod | |
parent | e1da4e7f73fe32ecdea6fdb11f3648e3be84cf5e (diff) | |
download | pkgsrc-c1ebff5881fb69d72b72a3414be2d944d37cbe98.tar.gz |
Added GTK2_IMMODULES=yes.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/gcin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index 679254261a5..1ec7c23e1c2 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/01 03:03:51 rxg Exp $ # DISTNAME= gcin-1.1.5 @@ -17,8 +17,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} CONFIGURE_ARGS+= --x11base=${X11BASE:Q} CONFIGURE_ARGS+= --use_xim=Y CONFIGURE_ARGS+= --new_gtk_im=Y -USE_TOOLS+= gmake -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gmake +GTK2_IMMODULES= yes REPLACE_INTERPRETER+= sh _REPLACE.sh.old= /bin/bash |