summaryrefslogtreecommitdiff
path: root/parallel/pvm3
diff options
context:
space:
mode:
authoris <is>2001-02-13 12:49:06 +0000
committeris <is>2001-02-13 12:49:06 +0000
commita33f6d49ac475724e90c73362bfe668cc4bd09e3 (patch)
tree65ca7645f05927a4bdacf710682ab867ceb75e34 /parallel/pvm3
parent5fdc0da7470386d0560d5f275ee93d41701bb147 (diff)
downloadpkgsrc-a33f6d49ac475724e90c73362bfe668cc4bd09e3.tar.gz
Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so
that installation of the right version can be verified.
Diffstat (limited to 'parallel/pvm3')
-rw-r--r--parallel/pvm3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile
index e07d888c5e1..624ca157fc9 100644
--- a/parallel/pvm3/Makefile
+++ b/parallel/pvm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/01/29 11:34:39 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/02/13 12:49:07 is Exp $
DISTNAME= pvm3.4.3
PKGNAME= pvm-3.4.3
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html
.if exists(/usr/bin/ssh)
SSH= /usr/bin/ssh
.else
-DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh
+DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh
SSH= ${LOCALBASE}/bin/ssh
.endif