diff options
author | is <is@pkgsrc.org> | 2000-09-25 14:29:10 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2000-09-25 14:29:10 +0000 |
commit | abf7a09ca3ade55b05e6541663f288ddb2d97461 (patch) | |
tree | ce83b040d21ee27c2a66153fe767cd3b00ff1587 /parallel/pvm3/Makefile | |
parent | d45b6cd547a83eed50543b055f7c7c6191e66028 (diff) | |
download | pkgsrc-abf7a09ca3ade55b05e6541663f288ddb2d97461.tar.gz |
Allow ssh6 and openssh in addition to ssh.
Diffstat (limited to 'parallel/pvm3/Makefile')
-rw-r--r-- | parallel/pvm3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index 6d994a3747d..41413d73252 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/09/05 11:09:40 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2000/09/25 14:29:10 is Exp $ DISTNAME= pvm3.4.3 PKGNAME= pvm-3.4.3 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html -DEPENDS+= ssh-*:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh USE_FORTRAN= yes USE_X11= yes |