aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-interval/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile
index a4f751a37482..40de949fe7da 100644
--- a/math/octave-forge-interval/Makefile
+++ b/math/octave-forge-interval/Makefile
@@ -29,7 +29,7 @@ post-build:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000000 && ${ARCH} == "i386"
+.if ${OSVERSION} < 1000000 || ${ARCH} == "i386"
BROKEN= Doesn't build on FreeBSD 9 nor i386
.endif