diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 03:13:43 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 04:19:50 +0000 |
commit | 8769057caece8a9a11608f6cdafd7f4408b01193 (patch) | |
tree | e22f1a33ba37e7f91497f4ab46532c24e6453309 /devel/catch | |
parent | 5979273651a6cb60afbc80eac284842d11eba958 (diff) | |
download | ports-8769057caece8a9a11608f6cdafd7f4408b01193.tar.gz ports-8769057caece8a9a11608f6cdafd7f4408b01193.zip |
Diffstat (limited to 'devel/catch')
-rw-r--r-- | devel/catch/Makefile | 2 |
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 |