diff options
author | stephen <stephen@FreeBSD.org> | 2018-05-04 07:42:35 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-05-04 07:42:35 +0800 |
commit | 72bc7d9b89de623725c8c3f06c17a789659cd3bf (patch) | |
tree | d1a25b83cb28915d55417b0e4ebedf5ab3024d3a /math/octave-forge-image | |
parent | 0387332c7bcfbaa4ddb718efdc867e3c9e361c4f (diff) | |
download | freebsd-ports-gnome-72bc7d9b89de623725c8c3f06c17a789659cd3bf.tar.gz freebsd-ports-gnome-72bc7d9b89de623725c8c3f06c17a789659cd3bf.tar.zst freebsd-ports-gnome-72bc7d9b89de623725c8c3f06c17a789659cd3bf.zip |
- Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge.
Diffstat (limited to 'math/octave-forge-image')
-rw-r--r-- | math/octave-forge-image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index d85af4bbb4d6..5a57837e7642 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= Many different licenses LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +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} |