aboutsummaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 02:00:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 02:00:59 +0000
commit5ed0d13ecc7d698741704b7309095dc964e80ad7 (patch)
tree130420947f598aac8fdff1f2ca285f893b3d8d9c /math/octave
parent09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb (diff)
Notes
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile2
1 files changed, 2 insertions, 0 deletions
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"