diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 01:30:43 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 01:30:43 +0000 |
commit | 0e3e73635187fa09558d894416449888bb8d571e (patch) | |
tree | f55d671c9a526b486dceeeaf7e32751658ec5c04 /math | |
parent | 7cb93ad308d3b1477d17273b2fc3ad15a2cf9340 (diff) | |
download | freebsd-ports-0e3e73635187fa09558d894416449888bb8d571e.zip |
- Mark broken. This package is currently unmaintained upstream.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-pdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile index 326bf59acd99..05d5eeb68378 100644 --- a/math/octave-forge-pdb/Makefile +++ b/math/octave-forge-pdb/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not build with octave-4.0.0 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" |