diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-13 01:20:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-13 01:20:11 +0000 |
commit | ac803dafa17532bbe0ee594887740a8bee81007e (patch) | |
tree | b280a03b61f338f74ad275dd10073e180ef27433 /net/coda_client | |
parent | 084660e2c28c0bc8722190097224f9ed624febee (diff) | |
download | pkgsrc-ac803dafa17532bbe0ee594887740a8bee81007e.tar.gz |
Update readline dependency.
Diffstat (limited to 'net/coda_client')
-rw-r--r-- | net/coda_client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 4a146ce0802..2f9abcb0349 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:46 tv Exp $ +# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:13 jlam Exp $ # DISTNAME= coda-4.6.6 @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ -DEPENDS= gdbm-1.7.3:../../databases/gdbm \ - readline-2.2:../../devel/readline +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= readline-4.0:../../devel/readline ONLY_FOR_PLATFORM= NetBSD-*-* NOT_FOR_PLATFORM= NetBSD-*-alpha # needs custom asm. |