diff options
author | stephen <stephen@FreeBSD.org> | 2019-04-15 02:03:19 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2019-04-15 02:03:19 +0800 |
commit | 46449bf631873dd6830bf67445fb4c27f951d21c (patch) | |
tree | 74c93e205f647ba158b90e8df42077f79574ceb0 /math/octave-forge-struct/Makefile | |
parent | 1802e3c8aca844b33f0967354a5558a92e142670 (diff) | |
download | freebsd-ports-gnome-46449bf631873dd6830bf67445fb4c27f951d21c.tar.gz freebsd-ports-gnome-46449bf631873dd6830bf67445fb4c27f951d21c.tar.zst freebsd-ports-gnome-46449bf631873dd6830bf67445fb4c27f951d21c.zip |
- Update to 1.0.16.
- Unbreak.
Diffstat (limited to 'math/octave-forge-struct/Makefile')
-rw-r--r-- | math/octave-forge-struct/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/octave-forge-struct/Makefile b/math/octave-forge-struct/Makefile index 65acb27c4c02..5a6395962323 100644 --- a/math/octave-forge-struct/Makefile +++ b/math/octave-forge-struct/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-struct -PORTVERSION= 1.0.15 -PORTREVISION= 4 +PORTVERSION= 1.0.16 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,8 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= does not build with octave>=5.1.0 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |