summaryrefslogtreecommitdiff
path: root/inputmethod/uim/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-11 07:50:51 +0000
committerobache <obache@pkgsrc.org>2013-08-11 07:50:51 +0000
commit5d0ffb0821e0f4e887474339eb720dc4af1d8e3e (patch)
tree5e9cf46e09daa78279d6ad440e86487ec270399c /inputmethod/uim/Makefile
parent024fd2cd7cb56e909fc095c2daafcf6cd56a97a1 (diff)
downloadpkgsrc-5d0ffb0821e0f4e887474339eb720dc4af1d8e3e.tar.gz
Update uim to 1.8.6.
(now, editline is in pkgsrc, so optionify editline support). Overview of changes from 1.8.5 to 1.8.6 ======================================= * Fixes - libuim * Add XDG_RUNTIME_DIR support (by tagoh) - po * List language names on each line in LINGUAS (by naota) - uim-canna * Avoid a crash when a Canna server name is specified (by Kouichi ONO) * Enhancements - uim-m17nlib * Add an option to set a candidate windows to be visiable or hidden - uim-tutcode * Updated trycode composition table retrieved 2013-06-26 Overview of changes from 1.8.4 to 1.8.5 ======================================= * Fixes - uim-gtk2 - uim-gtk3 * Avoid an infinite recursion when no preedit is started (by tagoh) - uim-tutcode * Fix behavior of postfix katakana conversion
Diffstat (limited to 'inputmethod/uim/Makefile')
-rw-r--r--inputmethod/uim/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index d88512cd718..fac0ff403aa 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.82 2013/07/19 10:08:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2013/08/11 07:50:51 obache Exp $
#
.include "../../inputmethod/uim/Makefile.common"
COMMENT= Multilingual input method library
-PKGREVISION= 6
#LICENSE= See ${WRKSRC}/COPYING
CONFLICTS+= uim-qt4-immodule-[0-9]*
@@ -26,15 +25,6 @@ CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__
.include "options.mk"
-PLIST_VARS+= editline
-.include "../../mk/readline.builtin.mk"
-
-.if !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS])
-PLIST.editline= yes
-.else
-CONFIGURE_ARGS+= --with-libedit=no
-.endif
-
INSTALLATION_DIRS+= share/doc/uim
post-install: