summaryrefslogtreecommitdiff
path: root/parallel/pvm3/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-10-10 15:02:13 +0000
committerdmcmahill <dmcmahill>2000-10-10 15:02:13 +0000
commit07da2548eada8b0f8c5e6c3a3e1e191a6a8dca18 (patch)
treeeb4a47efb20365200a7e9fb724cee67689b9de6e /parallel/pvm3/Makefile
parentb1ed48bf578bfebbfa9b74149af81d86961ba334 (diff)
downloadpkgsrc-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/pvm3/Makefile')
-rw-r--r--parallel/pvm3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile
index 41413d73252..d32f9e33d4c 100644
--- a/parallel/pvm3/Makefile
+++ b/parallel/pvm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/09/25 14:29:10 is Exp $
+# $NetBSD: Makefile,v 1.14 2000/10/10 15:02:14 dmcmahill Exp $
DISTNAME= pvm3.4.3
PKGNAME= pvm-3.4.3
@@ -9,7 +9,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html
+.if !exists(/usr/bin/ssh)
DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh
+.endif
USE_FORTRAN= yes
USE_X11= yes