diff options
author | kris <kris@FreeBSD.org> | 2002-03-25 10:34:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-25 10:34:45 +0800 |
commit | e454b6be058cd77757a70855120817268ff84c8d (patch) | |
tree | 3bc81220c3d6057ee959f45e15c9d77b885a5bef /math/cxsc | |
parent | 25d0535f2e0767443b9917c8c53f802cf4890041 (diff) | |
download | freebsd-ports-gnome-e454b6be058cd77757a70855120817268ff84c8d.tar.gz freebsd-ports-gnome-e454b6be058cd77757a70855120817268ff84c8d.tar.zst freebsd-ports-gnome-e454b6be058cd77757a70855120817268ff84c8d.zip |
BROKEN: Does not build (exhausts memory)
Diffstat (limited to 'math/cxsc')
-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}" |