diff options
author | jlam <jlam> | 2001-05-22 06:59:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-22 06:59:25 +0000 |
commit | fb3ee48c58fe1583361475151b93f54e2a831878 (patch) | |
tree | 373c40f508851a0b5dbe7b04a847e8a63bd41dd6 | |
parent | c7d4ad16a0f38016b1e40281bd518fbe5bd24c50 (diff) | |
download | pkgsrc-fb3ee48c58fe1583361475151b93f54e2a831878.tar.gz |
Document why GNU readline is required.
-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 |