diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-22 06:59:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-22 06:59:25 +0000 |
commit | c173675b779213d5121dc5b108ced67afd55e431 (patch) | |
tree | 373c40f508851a0b5dbe7b04a847e8a63bd41dd6 /lang | |
parent | f646f28d9208fcead0d79fe4351b79673f1d12d4 (diff) | |
download | pkgsrc-c173675b779213d5121dc5b108ced67afd55e431.tar.gz |
Document why GNU readline is required.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 614ee2eaef7..45c544b23c6 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:19 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/22 06:59:25 jlam Exp $ # DISTNAME= librep-${REP_VERS} @@ -12,6 +12,8 @@ COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM DEPENDS+= gmp>=3.0:../../devel/gmp DEPENDS+= gdbm>=1.8.0:../../databases/gdbm + +# Uses GNU readline's rl_basic_quote_characters. DEPENDS+= readline>=4.0:../../devel/readline USE_GMAKE= # defined |