diff options
author | tron <tron> | 1999-05-20 18:30:27 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-20 18:30:27 +0000 |
commit | 65d190416229d7cbe28265a9ccee7b1856a4537b (patch) | |
tree | ba1350093cfa84cfe66d715bf1f3471b5e7c9023 /parallel | |
parent | b36e3f116fbbce186b91418458516510ffcfb249 (diff) | |
download | pkgsrc-65d190416229d7cbe28265a9ccee7b1856a4537b.tar.gz |
Update dependence on "ssh" package to version 1.2.27.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/glunix/Makefile | 4 | ||||
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index e1e581b66d0..234caf03f4f 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/03 23:28:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/20 18:30:27 tron Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} makedepend${EXTRACT_SUFX} MAINTAINER= root@garbled.net HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html -DEPENDS+= ssh-1.2.26:../../security/ssh +DEPENDS+= ssh-1.2.27:../../security/ssh DEPENDS+= addnerd-1.6:../../sysutils/addnerd USE_GMAKE= yes diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index e8478efd884..74691aeafbf 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/03/08 11:05:22 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/20 18:30:27 tron Exp $ DISTNAME= mpich PKGNAME= mpich-1.1.1 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html -DEPENDS+= ssh-1.2.26:../../security/ssh +DEPENDS+= ssh-1.2.27:../../security/ssh WRKSRC= ${WRKDIR}/mpich ALL_TARGET= ALL |