diff options
author | hira <hira@pkgsrc.org> | 2006-05-08 22:49:58 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-05-08 22:49:58 +0000 |
commit | 2e7ed3dc78a69fa79bf83defe184dfb05df07ac7 (patch) | |
tree | 67831d0e8dd72484f475a603634a410ddf8746e0 /inputmethod/uim | |
parent | 02767e68321af9778ed586f7793c8ec9fb474f88 (diff) | |
download | pkgsrc-2e7ed3dc78a69fa79bf83defe184dfb05df07ac7.tar.gz |
Add missing USE_LANGUAGES.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 770ae908d93..2cbdbea81eb 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/21 06:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/08 22:57:20 hira Exp $ # DISTNAME= uim-1.0.1 @@ -15,6 +15,7 @@ USE_LIBTOOL= YES USE_NCURSES= # clear_screen, clr_eos USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in GNU_CONFIGURE= YES GTK2_IMMODULES= YES |