diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:00:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:00:59 +0000 |
commit | 5ed0d13ecc7d698741704b7309095dc964e80ad7 (patch) | |
tree | 130420947f598aac8fdff1f2ca285f893b3d8d9c /math/octave | |
parent | 09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb (diff) |
Notes
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 2 |
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" |