diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-20 22:05:23 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-20 22:05:23 +0000 |
commit | ff21dceb00dbe0531574aea049723607bc4af3a1 (patch) | |
tree | 69e72b7883ed25f10c21249143b339b8a532f575 /math/octave-forge-sparsersb | |
parent | 207a7c00ea50b34d6218fdd982e4684105745df5 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-sparsersb')
-rw-r--r-- | math/octave-forge-sparsersb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-sparsersb/Makefile b/math/octave-forge-sparsersb/Makefile index 9e9b7dd0cd97..1dc2db0ef20b 100644 --- a/math/octave-forge-sparsersb/Makefile +++ b/math/octave-forge-sparsersb/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave version >= 4.4.0 + LIB_DEPENDS= librsb.so:math/librsb # OCTSRC is the name of the directory of the package. |