aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 10:00:59 +0800
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 10:00:59 +0800
commit5ed0d13ecc7d698741704b7309095dc964e80ad7 (patch)
tree130420947f598aac8fdff1f2ca285f893b3d8d9c /math
parent09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb (diff)
downloadfreebsd-ports-gnome-5ed0d13ecc7d698741704b7309095dc964e80ad7.tar.gz
freebsd-ports-gnome-5ed0d13ecc7d698741704b7309095dc964e80ad7.tar.zst
freebsd-ports-gnome-5ed0d13ecc7d698741704b7309095dc964e80ad7.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math')
-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"