diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-20 15:46:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-20 15:46:29 +0000 |
commit | 81552d3d199b432539acfb9a9f0b87c37ac71238 (patch) | |
tree | abee6a4c1cedbf69d40beebadb5b323018bc4de2 /lang/lush | |
parent | b778c8938fa2d4f6e4608ff19806e33e8c54203b (diff) | |
download | pkgsrc-81552d3d199b432539acfb9a9f0b87c37ac71238.tar.gz |
+USE_GNU_READLINE= yes # rl_getc, rl_basic_quote_characters, rl_insert_close
Diffstat (limited to 'lang/lush')
-rw-r--r-- | lang/lush/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile index b9c189e00fa..1ee94d10d56 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |