diff options
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index cacbd629353..bcaee3d658a 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/04 10:29:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/10 16:30:18 wiz Exp $ # DISTNAME= uim-0.4.5 @@ -7,17 +7,17 @@ CATEGORIES= inputmethod MASTER_SITES= http://freedesktop.org/~tkng/ MAINTAINER= VEG03617@nifty.com -HOMEPAGE= http:/uim.freedesktop.org/ +HOMEPAGE= http://uim.freedesktop.org/wiki/ COMMENT= Uim is a multilingual input method library -USE_BUILDLINK3= yes -USE_PKGLOCALEDIR= yes -USE_LIBTOOL= yes +USE_BUILDLINK3= YES +USE_PKGLOCALEDIR= YES +USE_LIBTOOL= YES USE_NCURSES= # clear_screen, clr_eos PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in -GNU_CONFIGURE= yes -USE_X11= yes -GTK2_IMMODULES= yes +GNU_CONFIGURE= YES +USE_X11= YES +GTK2_IMMODULES= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim |