diff options
author | stephen <stephen@FreeBSD.org> | 2015-12-13 03:22:24 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-12-13 03:22:24 +0800 |
commit | 94df9d9cf6c02a26b9bf7485aebc443e75b46c14 (patch) | |
tree | df548fcec057f1d61a86275d130bcebea7d3d971 /math | |
parent | 16201393a4540bf85610cbba33fc2583d231e1af (diff) | |
download | freebsd-ports-gnome-94df9d9cf6c02a26b9bf7485aebc443e75b46c14.tar.gz freebsd-ports-gnome-94df9d9cf6c02a26b9bf7485aebc443e75b46c14.tar.zst freebsd-ports-gnome-94df9d9cf6c02a26b9bf7485aebc443e75b46c14.zip |
- Mark as broken because of compile errors with sbcl-1.3.1.
Diffstat (limited to 'math')
-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 |