diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-12-12 19:22:24 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-12-12 19:22:24 +0000 |
commit | 83017aefcfdfeedd54691cf3cc2086901ec2087c (patch) | |
tree | df548fcec057f1d61a86275d130bcebea7d3d971 /math/fricas | |
parent | 93e58f22fb639c533379e5a2f263ef73871898df (diff) |
Notes
Diffstat (limited to 'math/fricas')
-rw-r--r-- | math/fricas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 5b517ea91abc..6f8e0ee46062 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= noweb:${PORTSDIR}/devel/noweb \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN= Does not compile with sbcl-1.3.1 + USE_XORG= x11 ice sm xpm USES= gettext iconv gmake tar:bzip2 GNU_CONFIGURE= yes |