diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-01 16:34:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-01 16:34:34 +0000 |
commit | f7538fa45d83b0fdc5ccd2edd3c69c1ccd8d5c7f (patch) | |
tree | 5bf46c240b57df1eed0497c9486dd8dd8411136a /net/coda_server | |
parent | 389bf7aeba835f60680a6e668276e56025fa4024 (diff) | |
download | pkgsrc-f7538fa45d83b0fdc5ccd2edd3c69c1ccd8d5c7f.tar.gz |
Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).
Diffstat (limited to 'net/coda_server')
-rw-r--r-- | net/coda_server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index c47105f4a23..a0956f25496 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2002/08/15 21:33:07 tron Exp $ +# $NetBSD: Makefile,v 1.17 2002/11/01 16:34:40 wiz Exp $ # DISTNAME= coda-4.6.6 PKGNAME= coda-server-4.6.6.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ EXTRACT_SUFX= .tgz @@ -11,7 +12,7 @@ MAINTAINER= rvb@cs.cmu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= server for a replicated high-performance network file system -DEPENDS+= gdbm>=1.7.3:../../databases/gdbm +DEPENDS+= gdbm>=1.8.3:../../databases/gdbm DEPENDS+= readline>=4.0:../../devel/readline # Only enable platforms that can build "lwp". |