summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-01-04 10:29:15 +0000
committerwiz <wiz@pkgsrc.org>2005-01-04 10:29:15 +0000
commit4eb013001cd63ccd91aff091c0ab9d57c506a9c1 (patch)
tree6b02d036f02ab1ead609e897c1779dbee2d8ab38 /inputmethod
parent24e60aaeca3d597ab12829986d9397e2325cc578 (diff)
downloadpkgsrc-4eb013001cd63ccd91aff091c0ab9d57c506a9c1.tar.gz
Automatically register uim in the list of
GTK2 input modules. Bump PKGREVISION. Thanks to jmmv for the hint on how to do this (see x11/gtk2/modules.mk).
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 699f3ed2c1e..cacbd629353 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/01/01 17:40:44 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/04 10:29:15 wiz Exp $
#
DISTNAME= uim-0.4.5
+PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://freedesktop.org/~tkng/
@@ -16,6 +17,7 @@ USE_NCURSES= # clear_screen, clr_eos
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= yes
USE_X11= yes
+GTK2_IMMODULES= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim
@@ -25,9 +27,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/XIM-SERVER ${PREFIX}/share/doc/uim
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../x11/gtk2/modules.mk"
.include "../../mk/bsd.pkg.mk"