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-optim | |
parent | c03074170cb86338e6f82313fba9dbcf8fd4fa52 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-optim')
-rw-r--r-- | math/octave-forge-optim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 86d92cfdba4b..31241ec0292b 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= See individual files for licenses LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= depends upon octave-forge-optim which is broken + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |