diff options
author | dmcmahill <dmcmahill> | 2000-10-10 15:02:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-10-10 15:02:13 +0000 |
commit | 07da2548eada8b0f8c5e6c3a3e1e191a6a8dca18 (patch) | |
tree | eb4a47efb20365200a7e9fb724cee67689b9de6e /parallel/mpi-ch | |
parent | b1ed48bf578bfebbfa9b74149af81d86961ba334 (diff) | |
download | pkgsrc-07da2548eada8b0f8c5e6c3a3e1e191a6a8dca18.tar.gz |
Only pull in the ssh depends if we're on a system with out /usr/bin/ssh in
the system.
Diffstat (limited to 'parallel/mpi-ch')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 0e9bb27eb06..5188ac21e03 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/25 14:29:10 is Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/10 15:02:14 dmcmahill Exp $ DISTNAME= mpich-1.1.1 CATEGORIES= parallel @@ -7,7 +7,9 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/old/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html +.if !exists(/usr/bin/ssh) DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +.endif WRKSRC= ${WRKDIR}/mpich ALL_TARGET= ALL |