aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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