diff options
author | stephen <stephen@FreeBSD.org> | 2015-03-26 09:05:49 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-03-26 09:05:49 +0800 |
commit | 0abc2adbd3e016f007a259aa1b2ae6546eedd74f (patch) | |
tree | 1118514d13ddb9cf3eaa5551535d243cfadfab13 /math | |
parent | 55e1ac7d343a22f5adaad69120227d8352a34708 (diff) | |
download | freebsd-ports-gnome-0abc2adbd3e016f007a259aa1b2ae6546eedd74f.tar.gz freebsd-ports-gnome-0abc2adbd3e016f007a259aa1b2ae6546eedd74f.tar.zst freebsd-ports-gnome-0abc2adbd3e016f007a259aa1b2ae6546eedd74f.zip |
- Mark broken until I have time to figure it out.
PR: 198893
Submitted by: John Marino
Diffstat (limited to 'math')
-rw-r--r-- | math/sage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 91f1b3e5dba4..c984a769c095 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas \ libjpeg.so:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BROKEN= https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893 but try "make -DTRYBROKEN" because it might work for you + pre-extract: @${ECHO_MSG} @${ECHO_MSG} Instead of installing the port, which will take a considerable amount of |