diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 21:17:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 21:17:14 +0000 |
commit | 41ccc23868f3921d01635c506257450345d2ef05 (patch) | |
tree | 89137e6cfdd2ac74e3484d19977af65493a01393 /math/octave-devel | |
parent | 3f7dbf11ead8582c3d7cdd9a6eb2014aa21302ac (diff) |
Notes
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 610187a2f57a..8273da905a05 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) |