diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-06-16 16:24:14 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-06-16 16:24:14 -0400 |
commit | 6b6d597a6ede0e8cc396ea4eb7650b07c89e1a46 (patch) | |
tree | 9bc8ecd2cd985d338d0922c5bf15322c7aa6120b /devel | |
parent | security/klee: Properly pick up LLVM version and remove gmake dependency (diff) |
devel/boost-python-libs: reapply 0c610c4b35941436172bfede63e11a62454581b2
PR: 281470
Event: Kitchener-Waterloo Hackathon 202506
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-python-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 3476991e8e2f..f17fa8ddc028 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -10,11 +10,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt PATCHDIR= ${.CURDIR}/../boost-libs/files BUILD_DEPENDS= bjam:devel/boost-jam \ - ${PYNUMPY} + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_container.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 |