aboutsummaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index f0e8c59870d1..d76776c4f612 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -24,6 +24,10 @@ USE_PERL5_BUILD=yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
.else