aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2015-03-28 08:26:59 +0800
committerstephen <stephen@FreeBSD.org>2015-03-28 08:26:59 +0800
commit72e21c6414d4e4868728bc621a47eba52886ab58 (patch)
tree3fa9ba3160b94a8210c6a75472965e8dca4d29af /math
parentf15299ebfb277b0d698f28d15bd0ab98a8402801 (diff)
downloadfreebsd-ports-gnome-72e21c6414d4e4868728bc621a47eba52886ab58.tar.gz
freebsd-ports-gnome-72e21c6414d4e4868728bc621a47eba52886ab58.tar.zst
freebsd-ports-gnome-72e21c6414d4e4868728bc621a47eba52886ab58.zip
- Broaden BROKEN to include all FreeBSD versions less than 10.
PR: 198893 Submitted by: John Marino
Diffstat (limited to 'math')
-rw-r--r--math/sage/Makefile2
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