diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-10 22:06:35 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-10 22:13:20 +0200 |
commit | 1d44af58980136b882d146f21d8776943a14c5eb (patch) | |
tree | f3a678f8aea7c2044c105d15a6ff7c7afec40762 /science/code_saturne | |
parent | aea041f3a2b531c0265897f6aec59936a96a9f35 (diff) | |
download | freebsd-ports-1d44af58980136b882d146f21d8776943a14c5eb.zip |
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index b74c666ea435..206e8b15fabb 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -26,7 +26,7 @@ USE_GITHUB= yes GH_ACCOUNT= code-saturne USES= autoreconf bison compiler:c11 fortran gettext gnome gmake \ - iconv libtool pyqt:5 python:3.6+ shebangfix + iconv libtool pyqt:5 python:3.7+ shebangfix USE_GNOME= libxml2 USE_PYQT= core gui sip widgets xml_build |