diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/petsc-mpich/Makefile | 17 |
3 files changed, 1 insertions, 18 deletions
@@ -4393,3 +4393,4 @@ games/rtcw|games/linux-rtcw|2013-06-18|Renamed (Linux binary port) multimedia/p5-Video-Info||2013-06-19|Has expired: Broken for more than 6 month net-p2p/p5-pdonkey||2013-06-19|Removed: depends on expired multimedia/p5-Video-Info lang/boo||2013-06-19|Has expired: BROKEN for more than 6 month +math/petsc-mpich||2013-06-19|Has expired: BROKEN for more than 6 month diff --git a/math/Makefile b/math/Makefile index 61e8a323995c..baa494fed9a5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -518,7 +518,6 @@ SUBDIR += pecl-bitset SUBDIR += pecl-stats SUBDIR += petsc - SUBDIR += petsc-mpich SUBDIR += pgcalc SUBDIR += php5-bcmath SUBDIR += php5-gmp diff --git a/math/petsc-mpich/Makefile b/math/petsc-mpich/Makefile deleted file mode 100644 index 5f4bcd61879b..000000000000 --- a/math/petsc-mpich/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: petsc-mpich -# Date created: 6 Dec 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../petsc - -WITH_MPI= yes - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-07-14 - -BROKEN= filesystem was touched prior to make install phase - -.include "${MASTERDIR}/Makefile" |