pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/lush +USE_GNU_READLINE= yes # rl_getc, rl_ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea3d3ccb5dc2
branches:  trunk
changeset: 597348:ea3d3ccb5dc2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 20 15:46:29 2011 +0000

description:
+USE_GNU_READLINE=      yes # rl_getc, rl_basic_quote_characters, rl_insert_close

diffstat:

 lang/lush/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8c3208d635ac -r ea3d3ccb5dc2 lang/lush/Makefile
--- a/lang/lush/Makefile        Tue Dec 20 14:11:33 2011 +0000
+++ b/lang/lush/Makefile        Tue Dec 20 15:46:29 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/11/16 08:23:48 sbd Exp $
+# $NetBSD: Makefile,v 1.6 2011/12/20 15:46:29 wiz Exp $
 
 DISTNAME=      lush-1.2.1
 PKGREVISION=   1
@@ -14,6 +14,7 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake
 USE_LIBTOOL=   yes
+USE_GNU_READLINE=      yes # rl_getc, rl_basic_quote_characters, rl_insert_close
 
 CONFIGURE_ARGS+=       --without-bfd
 



Home | Main Index | Thread Index | Old Index