diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-13 04:09:58 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-13 04:09:58 +0000 |
commit | 094e70d4b1ed343a2bcbbd1225cc85cf965b0919 (patch) | |
tree | dc88e864de3e47ae563ebbcb153b3f3f4ca9fd33 /net/mpich/Makefile | |
parent | 723f81c8379cf9aa7eb6ddff48e80a822086c708 (diff) | |
download | ports-094e70d4b1ed343a2bcbbd1225cc85cf965b0919.tar.gz ports-094e70d4b1ed343a2bcbbd1225cc85cf965b0919.zip |
Notes
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r-- | net/mpich/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 7ac8015211bb..1cf49e6b7926 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpich -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ @@ -15,7 +15,7 @@ DIST_SUBDIR= mpich MAINTAINER= dbader@eece.unm.edu PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/ -PATCHFILES= 7073 7090 7096 7187 7201 7265 7276 +PATCHFILES= 3524 7633 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 |