diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-05 16:24:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-05 16:24:23 +0000 |
commit | 46fd38df4c75626a9358329354c9cc4e35145714 (patch) | |
tree | 6bf844868f151acaa8cb6a466ccae14eb8f2fc53 /net/mpich2/Makefile | |
parent | 8c3dcb80c3c2de9495d4acbc04b4225dd8d848a1 (diff) | |
download | ports-46fd38df4c75626a9358329354c9cc4e35145714.tar.gz ports-46fd38df4c75626a9358329354c9cc4e35145714.zip |
Notes
Diffstat (limited to 'net/mpich2/Makefile')
-rw-r--r-- | net/mpich2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 970a8a7e5754..41d1f4c698f4 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -6,12 +6,13 @@ # PORTNAME= mpich -PORTVERSION= 1.2.2.2 +PORTVERSION= 1.2.3 CATEGORIES= net MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich -#PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/ +PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/ +PATCHFILES= 6589 MAINTAINER= dbader@eece.unm.edu |