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-database | |
parent | a68f18cd9b491c6b52191a8ebde909e12ad9e16b (diff) |
- Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge.
Notes
Notes:
svn path=/head/; revision=468999
Diffstat (limited to 'math/octave-forge-database')
-rw-r--r-- | math/octave-forge-database/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile index 684c5b6cb37c..0fc0abef2557 100644 --- a/math/octave-forge-database/Makefile +++ b/math/octave-forge-database/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct +BROKEN= does not build with octave version 4.4.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |