diff options
author | stephen <stephen@FreeBSD.org> | 2018-05-21 03:13:50 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-05-21 03:13:50 +0800 |
commit | 2891db8510f82e4cc67231cdc082497fcaffe39a (patch) | |
tree | 15d218e46cd57ed26b45069d8da043398481250c /math | |
parent | a3d10201acc55f4256ced71887c93fa1f9dde7fd (diff) | |
download | freebsd-ports-gnome-2891db8510f82e4cc67231cdc082497fcaffe39a.tar.gz freebsd-ports-gnome-2891db8510f82e4cc67231cdc082497fcaffe39a.tar.zst freebsd-ports-gnome-2891db8510f82e4cc67231cdc082497fcaffe39a.zip |
- Unbreak.
- Bump portrevision (because octave updated to 4.4.0).
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-octproj/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index fb1c36a9851a..0c4d6ca9912c 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octproj PORTVERSION= 1.1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,8 +12,6 @@ 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} |