diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-fem/Makefile | 2 | ||||
-rw-r--r-- | science/pcp/Makefile | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index f504914187ef..d9fa2f43b599 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= ElmerGrid:${PORTSDIR}/science/elmergrid \ Mesh2D:${PORTSDIR}/science/elmer-meshgen2d BROKEN= fails to compile with gcc4.4 +DEPRECATED= has been broken for over a year +EXPIRATION_DATE=2011-04-17 USE_FORTRAN= yes diff --git a/science/pcp/Makefile b/science/pcp/Makefile index 98a8976491ec..d59cac11677e 100644 --- a/science/pcp/Makefile +++ b/science/pcp/Makefile @@ -13,12 +13,10 @@ MASTER_SITES= SF MAINTAINER= clsung@FreeBSD.org COMMENT= Machine learning program for pattern classification -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 -.endif +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + +GNU_CONFIGURE= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |