diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-25 23:41:34 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-25 23:41:34 +0000 |
commit | 4e896a50f826a6dab94bd8c9a09d268a8aa48cf7 (patch) | |
tree | 10b7014104ebd0aaae8e4e402003e77848c50655 /math/labplot | |
parent | graphics/exiv2: upgrade to 0.27.2 (diff) |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 7e9dc9c4b4d3..7ebc4a6f079b 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,6 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} |