diff options
author | maho <maho@FreeBSD.org> | 2007-03-05 10:43:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-03-05 10:43:43 +0800 |
commit | 7e3842ced92b66a3f036bc60585e0712cd6875f1 (patch) | |
tree | 41148be2c0ceb1ddf5ce574f856d2728697e34ee /math | |
parent | e8969ccdf4eed575e983c11915e0708bff20d4d7 (diff) | |
download | freebsd-ports-gnome-7e3842ced92b66a3f036bc60585e0712cd6875f1.tar.gz freebsd-ports-gnome-7e3842ced92b66a3f036bc60585e0712cd6875f1.tar.zst freebsd-ports-gnome-7e3842ced92b66a3f036bc60585e0712cd6875f1.zip |
Remove BROKEN and DEPRECATED line.
Actually math/petsc-mpich is not built becasue math/patsc
depends on shells/ksh93 which is RESTRICTED and this dependency
has been removed recently.
Diffstat (limited to 'math')
-rw-r--r-- | math/petsc-mpich/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/petsc-mpich/Makefile b/math/petsc-mpich/Makefile index c370d934358e..e5324438213a 100644 --- a/math/petsc-mpich/Makefile +++ b/math/petsc-mpich/Makefile @@ -9,8 +9,4 @@ MASTERDIR= ${.CURDIR}/../petsc WITH_MPI= yes -BROKEN= does not configure -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2007-05-04 - .include "${MASTERDIR}/Makefile" |