diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-27 02:21:51 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-27 02:21:51 +0000 |
commit | 56a1316b96318f94fe452e821b69fcd6d0dca8d5 (patch) | |
tree | a08ca32cfdcc56a4c9d051e1f68cd3b7a044baca /math/sage | |
parent | 0ea6e929d471226aebd10d9bd010fc8da89ea25c (diff) | |
download | ports-56a1316b96318f94fe452e821b69fcd6d0dca8d5.tar.gz ports-56a1316b96318f94fe452e821b69fcd6d0dca8d5.zip |
Notes
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index c984a769c095..9a19d19d3fa1 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -26,7 +26,9 @@ 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 +.if OSVERSION>=1000000 && OSVERSION<1000717 +BROKEN= https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893 +.endif pre-extract: @${ECHO_MSG} |