diff options
author | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
commit | ebcef6eadfef276aab64d4cc2588efc5f7c3a96f (patch) | |
tree | b355bc0409bcbd77cbd491ea0b0672b366e96cee /net/coda5_client | |
parent | 5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (diff) | |
download | pkgsrc-ebcef6eadfef276aab64d4cc2588efc5f7c3a96f.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index e530c522728..77bd58996ab 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/02/09 02:27:46 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2000/07/20 15:41:06 tron Exp $ # DISTNAME= coda-5.3.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline #LICENSE= GPL |