diff options
author | Joel Bodenmann <jbo@FreeBSD.org> | 2025-08-31 05:09:09 +0200 |
---|---|---|
committer | Joel Bodenmann <jbo@FreeBSD.org> | 2025-08-31 05:10:12 +0200 |
commit | 464594dae79ff73c5db2eee7df624f330af13da5 (patch) | |
tree | 70a48ccb59c83e9ad33ef56b5123bbb2cbf362aa | |
parent | devel/py-python-gitlab: Update to 6.3.0 (diff) |
devel/nextpnr: Unbreak build
-rw-r--r-- | devel/nextpnr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index ac37ce495fae..426f143fe694 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextpnr DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs \ ${PY_BOOST} -USES= compiler:c++17-lang cmake qt:5 eigen:3 python gl +USES= compiler:c++17-lang cmake llvm:min=20 qt:5 eigen:3 python gl USE_QT= buildtools:build core gui opengl qmake:build widgets USE_GL= gl glu USE_GITHUB= yes |