diff options
author | tron <tron> | 2000-07-20 15:40:58 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-20 15:40:58 +0000 |
commit | 62fbd584d77b79f824201e0ba158e7c7345e7818 (patch) | |
tree | b355bc0409bcbd77cbd491ea0b0672b366e96cee /net/coda_server | |
parent | 172dbda4d4622024d8b03c0290a69b726fef889a (diff) | |
download | pkgsrc-62fbd584d77b79f824201e0ba158e7c7345e7818.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'net/coda_server')
-rw-r--r-- | net/coda_server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index d3c2d2a9ede..8ae502d7d8b 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/06/13 10:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/20 15:41:07 tron Exp $ # DISTNAME= coda-4.6.6 @@ -11,7 +11,7 @@ MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline ONLY_FOR_PLATFORM= NetBSD-*-* NOT_FOR_PLATFORM= *-*-alpha # needs custom asm. |