diff options
Diffstat (limited to 'math/octave-forge-coder/Makefile')
-rw-r--r-- | math/octave-forge-coder/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/octave-forge-coder/Makefile b/math/octave-forge-coder/Makefile index 181268fc6558..e63bba9eca4a 100644 --- a/math/octave-forge-coder/Makefile +++ b/math/octave-forge-coder/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge-coder DISTVERSIONPREFIX= coder- +PORTREVISION= 1 DISTVERSION= 1.8.4 CATEGORIES= math @@ -10,6 +11,8 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING +BROKEN= does not build with octave version >= 9.1.0 + USES= octave USE_GITHUB= yes GH_ACCOUNT= shsajjadi |