diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-04 14:35:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-04 14:35:51 +0800 |
commit | 837a5394729c007a65a4aa4d54217e22747d38a2 (patch) | |
tree | 5fe5d936ed3e6318b0818714aa8f0764a457bcfc /math | |
parent | d4e56738b810c06ae33747442dc7b3c785c2df11 (diff) | |
download | freebsd-ports-gnome-837a5394729c007a65a4aa4d54217e22747d38a2.tar.gz freebsd-ports-gnome-837a5394729c007a65a4aa4d54217e22747d38a2.tar.zst freebsd-ports-gnome-837a5394729c007a65a4aa4d54217e22747d38a2.zip |
Mark as BROKEN, possibly due to the update to its masterport. Set for
expiration in 2 months if no one gets around to fixing it first.
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" |