diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2019-03-10 04:56:17 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2019-03-10 04:56:17 +0000 |
commit | 1562e730f569475c3d23decb3b0e7c4a551b1063 (patch) | |
tree | ad761cc2552563381b575b8400decd8edbf1a275 /math/octave-forge-fits | |
parent | c03074170cb86338e6f82313fba9dbcf8fd4fa52 (diff) | |
download | ports-1562e730f569475c3d23decb3b0e7c4a551b1063.tar.gz ports-1562e730f569475c3d23decb3b0e7c4a551b1063.zip |
Notes
Diffstat (limited to 'math/octave-forge-fits')
-rw-r--r-- | math/octave-forge-fits/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile index 37f8b2359098..2fad1c10052c 100644 --- a/math/octave-forge-fits/Makefile +++ b/math/octave-forge-fits/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fits PORTVERSION= 1.0.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |