summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/octave-devel/Makefile2
-rw-r--r--math/octave/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 55f677c8d5af..9f8ab015b360 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -26,6 +26,8 @@ USE_PERL5_BUILD=yes
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
+.else
+BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${PORTOBJFORMAT} == "elf"
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 55f677c8d5af..9f8ab015b360 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -26,6 +26,8 @@ USE_PERL5_BUILD=yes
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
+.else
+BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${PORTOBJFORMAT} == "elf"