diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-09 02:22:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-09 02:22:03 +0000 |
commit | a7c8fd0ddf0e1471b2541f566a6eb041aed41466 (patch) | |
tree | 34620367a221ff803fd89c41bf5d2fc5bcb89bf1 /parallel/pvm3/Makefile | |
parent | 5d65b1120c9618a624b99ea480f8406484329037 (diff) | |
download | pkgsrc-a7c8fd0ddf0e1471b2541f566a6eb041aed41466.tar.gz |
use ssh for X86SOL2 and DRAGONFLY for the rsh command to make these two
behave the same as all of the platforms. Bump pkgrevision to take us to
pvm-3.4.5nb3.
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 fa7dfc9d9dd..6fea7723a5c 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2006/12/12 19:29:13 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2007/01/09 02:22:03 dmcmahill Exp $ DISTNAME= pvm3.4.5 PKGNAME= pvm-3.4.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= parallel MASTER_SITES= http://www.netlib.org/pvm3/ EXTRACT_SUFX= .tgz |