diff options
author | stephen <stephen@FreeBSD.org> | 2016-01-13 09:25:54 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-01-13 09:25:54 +0800 |
commit | 9709860021c29d579be2f3ef37c332c5ef651175 (patch) | |
tree | 3a0ccfc55f676f046cce9dfe283961d1e8ea3618 /math | |
parent | 8c9bb5aae5c0f531216ff3dc2239abd4a6609bc0 (diff) | |
download | freebsd-ports-gnome-9709860021c29d579be2f3ef37c332c5ef651175.tar.gz freebsd-ports-gnome-9709860021c29d579be2f3ef37c332c5ef651175.tar.zst freebsd-ports-gnome-9709860021c29d579be2f3ef37c332c5ef651175.zip |
- Mark broken. This package is currently unmaintained upstream.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-octgpr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile index 619ccdce9c23..947f20db024f 100644 --- a/math/octave-forge-octgpr/Makefile +++ b/math/octave-forge-octgpr/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave-4.0.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} |