diff options
Diffstat (limited to 'net/coda5_server/Makefile')
-rw-r--r-- | net/coda5_server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 2767e3144fd..3e54d3e9a78 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.26 2001/02/17 18:18:42 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/05/15 08:32:48 phil Exp $ # -DISTNAME= coda-5.3.5 -PKGNAME= coda-server-5.3.5 +DISTNAME= coda-5.3.13 +PKGNAME= coda-server-5.3.13 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ -EXTRACT_SUFX= .tgz MAINTAINER= phil@cs.wwu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= server programs for a replicated high-performance network file system -DEPENDS+= lwp>=1.1:../../devel/lwp -DEPENDS+= ncurses>=4.2:../../devel/ncurses +DEPENDS+= lwp>=1.6:../../devel/lwp +DEPENDS+= rvm>=1.3:../../devel/rvm +DEPENDS+= rpc2>=1.10:../../devel/rpc2 DEPENDS+= readline>=4.0:../../devel/readline # Only enable platforms that can build "lwp". |