diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 05:17:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 05:17:14 +0800 |
commit | fd3488f89c330df9d0cab15044b0e23386a69462 (patch) | |
tree | 6d5040d5f6b0027b22f8444b020827613ca36631 /math/octave-devel | |
parent | 641aa0408903a5f11986f2b483e6a0feee822a4f (diff) | |
download | freebsd-ports-graphics-fd3488f89c330df9d0cab15044b0e23386a69462.tar.gz freebsd-ports-graphics-fd3488f89c330df9d0cab15044b0e23386a69462.tar.zst freebsd-ports-graphics-fd3488f89c330df9d0cab15044b0e23386a69462.zip |
Mark broken on 5.x: fails to install.
Approved by: portmgr (self)
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 610187a2f57..8273da905a0 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -43,6 +43,7 @@ MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 .if ${OSVERSION} < 600000 BUILD_DEPENDS+= info:${PORTSDIR}/print/texinfo +BROKEN= Fails to install .endif .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) |