summaryrefslogtreecommitdiff
path: root/math
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
parentAdd ONLY_FOR_ARCHS=i386 because the configure script refuses to (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132068
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"