diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-10-31 10:46:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-10-31 17:14:40 +0000 |
commit | cf61f740015a953554a76f9fbe197d05f6bf41d2 (patch) | |
tree | 70e1a280c2d3399d953c5df9d32eff869c8d1fe6 | |
parent | 58e94d598accda593a1d28c6394379524ca98d55 (diff) |
devel/boost-python-libs: remove irrelevant python version limitation
PR: 267362
-rw-r--r-- | devel/boost-python-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index c7d4f5d6a496..d55b6d233cbc 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= bjam:devel/boost-jam \ ${PYNUMPY} LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= python:3.8-3.10 # upper bound inherited from math/py-numpy +USES= python:3.8+ USE_PYTHON= flavors OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS |