diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-12 10:32:52 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-12 10:32:52 +0800 |
commit | 46987c53d9c3d2a38785dc9fa8eb3c23e7d1c539 (patch) | |
tree | 9728f2500ee0498ec2ed2a80f39292c2dd0a456b /math | |
parent | 12fc3b4cdc4f04801a399281c35724da1e2ea159 (diff) | |
download | freebsd-ports-gnome-46987c53d9c3d2a38785dc9fa8eb3c23e7d1c539.tar.gz freebsd-ports-gnome-46987c53d9c3d2a38785dc9fa8eb3c23e7d1c539.tar.zst freebsd-ports-gnome-46987c53d9c3d2a38785dc9fa8eb3c23e7d1c539.zip |
- Give correct reason why it is BROKEN.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-fuzzy-logic-toolkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-fuzzy-logic-toolkit/Makefile b/math/octave-forge-fuzzy-logic-toolkit/Makefile index f96b0885d2c6..a5e49ca9d80c 100644 --- a/math/octave-forge-fuzzy-logic-toolkit/Makefile +++ b/math/octave-forge-fuzzy-logic-toolkit/Makefile @@ -12,7 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= help text unusable with octave 4.4.0 +BROKEN= parse error when installing with octave 4.4.0 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. |