diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 10:00:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 10:00:59 +0800 |
commit | 02aa7581130ed59dcd2c166e05a025c4c5854733 (patch) | |
tree | 0f8580d2dda29c7bf9e5500976df8bc093a5bf4b /math/octave | |
parent | 1073ab2365724c3356d72ccff3fffc4088b1dbbb (diff) | |
download | freebsd-ports-gnome-02aa7581130ed59dcd2c166e05a025c4c5854733.tar.gz freebsd-ports-gnome-02aa7581130ed59dcd2c166e05a025c4c5854733.tar.zst freebsd-ports-gnome-02aa7581130ed59dcd2c166e05a025c4c5854733.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
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" |