diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-28 00:26:59 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-28 00:26:59 +0000 |
commit | 58f78f72e9fcb69b48ab1af5f5d0966aa419ae38 (patch) | |
tree | 3fa9ba3160b94a8210c6a75472965e8dca4d29af /math/sage | |
parent | 2e80a07271681509e80745d745af2d2b48da6f9c (diff) | |
download | ports-58f78f72e9fcb69b48ab1af5f5d0966aa419ae38.tar.gz ports-58f78f72e9fcb69b48ab1af5f5d0966aa419ae38.zip |
Notes
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index ccf640555520..3dd32af8e267 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas \ libjpeg.so:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -.if OSVERSION>=1000000 && OSVERSION<1000717 +.if OSVERSION<1000717 BROKEN= https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893 .endif |