diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-04 06:35:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-04 06:35:51 +0000 |
commit | 762558089582312d57a333deeb781d521894f4a3 (patch) | |
tree | a3ebdbab44d71a67e73e9e969bc3a4f2221f5e83 /math | |
parent | 1ba03bf61416ea1662c2140452158b1e48c3660f (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/petsc-mpich/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/petsc-mpich/Makefile b/math/petsc-mpich/Makefile index e5324438213a..c370d934358e 100644 --- a/math/petsc-mpich/Makefile +++ b/math/petsc-mpich/Makefile @@ -9,4 +9,8 @@ MASTERDIR= ${.CURDIR}/../petsc WITH_MPI= yes +BROKEN= does not configure +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2007-05-04 + .include "${MASTERDIR}/Makefile" |