diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-04-14 23:05:48 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-04-14 23:05:48 -0400 |
commit | 52a65d15cef0987122161dd6c7e05c591a221f6f (patch) | |
tree | 19b9b6156607585ac81e1aebb19202c5315eceb0 | |
parent | net/krakend-ce: update 2.9.3 => 2.9.4 (diff) |
devel/boost-python-libs: remove version restrictions
-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 cd196d1d7fdb..26433aee96b9 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.9-3.11 # upper bound inherited from math/py-numpy +USES= python USE_PYTHON= flavors #LDFLAGS+= -Wl,--as-needed |