diff options
author | stephen <stephen@FreeBSD.org> | 2018-05-21 03:13:07 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-05-21 03:13:07 +0800 |
commit | a3d10201acc55f4256ced71887c93fa1f9dde7fd (patch) | |
tree | 2100e0db82414cfe0594edf1c89a28f1f3ada967 /math | |
parent | 27b4e729394a326eac40cc3d966865c7d978909f (diff) | |
download | freebsd-ports-gnome-a3d10201acc55f4256ced71887c93fa1f9dde7fd.tar.gz freebsd-ports-gnome-a3d10201acc55f4256ced71887c93fa1f9dde7fd.tar.zst freebsd-ports-gnome-a3d10201acc55f4256ced71887c93fa1f9dde7fd.zip |
- Unbreak.
- Bump portrevision (because octave updated to 4.4.0).
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-octclip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index 4f7036a95009..5207909d5b9e 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octclip PORTVERSION= 1.0.8 -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} |