diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-11 04:06:35 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-11 04:13:20 +0800 |
commit | 1d44af58980136b882d146f21d8776943a14c5eb (patch) | |
tree | f3a678f8aea7c2044c105d15a6ff7c7afec40762 /science/rdkit | |
parent | aea041f3a2b531c0265897f6aec59936a96a9f35 (diff) | |
download | freebsd-ports-gnome-1d44af58980136b882d146f21d8776943a14c5eb.tar.gz freebsd-ports-gnome-1d44af58980136b882d146f21d8776943a14c5eb.tar.zst freebsd-ports-gnome-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/rdkit')
-rw-r--r-- | science/rdkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile index 48d07c89b420..a98f8046a3d1 100644 --- a/science/rdkit/Makefile +++ b/science/rdkit/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libmaeparser.so:science/maeparser -USES= bison:build cmake compiler:c++11-lang eigen:3 python:3.6+ +USES= bison:build cmake compiler:c++11-lang eigen:3 python:3.7+ USE_GITHUB= yes GH_TUPLE= rareylab:RingDecomposerLib:v1.1.3_rdkit:RingDecomposerLib/External/RingFamilies/RingDecomposerLib USE_LDCONFIG= yes |