diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-03 23:42:35 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-03 23:42:35 +0000 |
commit | 4ebc7d7f8c68fc9bcdb167ac48f47b877c4e81ed (patch) | |
tree | d1a25b83cb28915d55417b0e4ebedf5ab3024d3a /math/octave-forge-signal/Makefile | |
parent | a68f18cd9b491c6b52191a8ebde909e12ad9e16b (diff) |
Notes
Diffstat (limited to 'math/octave-forge-signal/Makefile')
-rw-r--r-- | math/octave-forge-signal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 1d91d3fa4fae..6af658f239e7 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave 4.4.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |