diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-24 23:46:41 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-24 23:46:41 +0000 |
commit | d7a2b790058a361cb2b96b45fd0fa7382b2437e6 (patch) | |
tree | 69d3db92204bf1c8ede389145bceb04094a90341 /math/octave-forge-octclip | |
parent | 0a7d00f6c61894b9c48f3f747eb3efd71f8c87da (diff) | |
download | ports-d7a2b790058a361cb2b96b45fd0fa7382b2437e6.tar.gz ports-d7a2b790058a361cb2b96b45fd0fa7382b2437e6.zip |
Notes
Diffstat (limited to 'math/octave-forge-octclip')
-rw-r--r-- | math/octave-forge-octclip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index ef42232fe90c..5a6c593bb436 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave version >= 4.2.1 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |