summaryrefslogtreecommitdiff
path: root/inputmethod/uim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/uim/Makefile')
-rw-r--r--inputmethod/uim/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 8080d49d605..e1eafa2c5fb 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/05 23:09:43 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/09 18:04:32 wiz Exp $
#
DISTNAME= uim-1.0.1
@@ -10,9 +10,10 @@ MAINTAINER= VEG03617@nifty.com
HOMEPAGE= http://uim.freedesktop.org/wiki/
COMMENT= Multilingual input method library
-USE_PKGLOCALEDIR= YES
+USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_NCURSES= # clear_screen, clr_eos
+USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= YES
@@ -36,6 +37,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/fep/README.ja ${PREFIX}/share/doc/uim/uim-fep
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"