diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-19 14:56:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-19 14:56:22 +0800 |
commit | a9caec438fa15537aa184a8621accae7a20cad44 (patch) | |
tree | ce7c8af438822c6c3a441735b2b1bdae2cd89dc6 /math | |
parent | 053a6b39a13a7f4bd6fc166e3bd73459d2dc4c08 (diff) | |
download | freebsd-ports-gnome-a9caec438fa15537aa184a8621accae7a20cad44.tar.gz freebsd-ports-gnome-a9caec438fa15537aa184a8621accae7a20cad44.tar.zst freebsd-ports-gnome-a9caec438fa15537aa184a8621accae7a20cad44.zip |
Mark as broken: fails to fetch.
Diffstat (limited to 'math')
-rw-r--r-- | math/bamg/Makefile | 1 | ||||
-rw-r--r-- | math/nsc2ke/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/math/bamg/Makefile b/math/bamg/Makefile index 2d3e0fdad666..4c93ef6014be 100644 --- a/math/bamg/Makefile +++ b/math/bamg/Makefile @@ -23,6 +23,7 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= Bidimensional Anisotrope Mesh Generator RESTRICTED= No resale, contact author for commercial usage +BROKEN= fails to fetch WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/math/nsc2ke/Makefile b/math/nsc2ke/Makefile index 3100f894e456..7fe815acce6e 100644 --- a/math/nsc2ke/Makefile +++ b/math/nsc2ke/Makefile @@ -21,6 +21,8 @@ COMMENT= A Navier-Stokes solver RESTRICTED= No resale, contact author for commercial usage +BROKEN= fails to fetch + USE_FORTRAN= yes FFLAGS+= -O2 |