aboutsummaryrefslogtreecommitdiff
path: root/math/octave/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
commit6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch)
treef1935a9c7d2e273cb12176a7c899b46f28cb33dc /math/octave/Makefile
parent2524b4b442c015af239e05dcc784fb55e190a219 (diff)
downloadports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.tar.gz
ports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=123771
Diffstat (limited to 'math/octave/Makefile')
-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