aboutsummaryrefslogtreecommitdiff
path: root/devel/catch
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 03:13:43 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-07 04:19:50 +0000
commit8769057caece8a9a11608f6cdafd7f4408b01193 (patch)
treee22f1a33ba37e7f91497f4ab46532c24e6453309 /devel/catch
parent5979273651a6cb60afbc80eac284842d11eba958 (diff)
downloadports-8769057caece8a9a11608f6cdafd7f4408b01193.tar.gz
ports-8769057caece8a9a11608f6cdafd7f4408b01193.zip
devel/catch: Add explicit Python build dependency (D29353)
This unbreaks the build when using devel/samurai. It previously got it through ninja which has a run dependency on Python. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) CMake Error at CMakeLists.txt:50 (message): Python not found, but required for tests http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/catch-2.13.3.log PR: 254678
Diffstat (limited to 'devel/catch')
-rw-r--r--devel/catch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/catch/Makefile b/devel/catch/Makefile
index 0347a83097e9..14fcfa1e41f3 100644
--- a/devel/catch/Makefile
+++ b/devel/catch/Makefile
@@ -12,7 +12,7 @@ COMMENT= Header-only test framework for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= compiler:c++14-lang cmake pathfix
+USES= cmake compiler:c++14-lang pathfix python:build
USE_GITHUB= yes
GH_ACCOUNT= catchorg
GH_PROJECT= Catch2