diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:34:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:34:45 +0000 |
commit | ecdee5da6e6ad07a157d5e7c58bc6abe991b0cec (patch) | |
tree | 4901f15b10f4016196c86183f46226285f794442 /math | |
parent | da58c0cc52d74bc3c185911e7da1f235b2f13a52 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/cxsc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/cxsc/Makefile b/math/cxsc/Makefile index 144c4328d76f..4a5320b53167 100644 --- a/math/cxsc/Makefile +++ b/math/cxsc/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-2-0-beta MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not build (exhausts memory)" + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" |