summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-14 08:41:36 +0000
committerobache <obache@pkgsrc.org>2010-02-14 08:41:36 +0000
commiteb29b45d9c29879da0d11746fe2ea9f61ce6869f (patch)
treedfd392e61a15770b04134eac75b682cccbcca693 /inputmethod
parentc4192be7799206238156398d81e14a9037a0e759 (diff)
downloadpkgsrc-eb29b45d9c29879da0d11746fe2ea9f61ce6869f.tar.gz
Remove "XXX why is readline a must?" comment.
It make no sense at all, because just checking existence of builtin libedit.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 1a5e299ae48..c87f199fbc5 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2010/01/20 11:10:46 obache Exp $
+# $NetBSD: Makefile,v 1.41 2010/02/14 08:41:36 obache Exp $
#
.include "../../inputmethod/uim/Makefile.common"
@@ -20,8 +20,6 @@ CONFIGURE_ARGS+= --with-libgcroots=installed
.include "options.mk"
-# XXXUEBAYASI why is readline a must?
-
PLIST_VARS+= editline
CHECK_BUILTIN.readline:= yes
.include "../../devel/readline/builtin.mk"