diff --git a/devel/catch/Makefile b/devel/catch/Makefile index 0d2320661361..86e187cc7eb8 100644 --- a/devel/catch/Makefile +++ b/devel/catch/Makefile @@ -1,28 +1,30 @@ # Created by: gahr PORTNAME= catch DISTVERSIONPREFIX= v DISTVERSION= 2.13.7 PORTREVISION= 0 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org COMMENT= Header-only test framework for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c++14-lang pathfix python:build USE_GITHUB= yes GH_ACCOUNT= catchorg GH_PROJECT= Catch2 CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} PORTDOCS= * +NO_ARCH= yes + OPTIONS_DEFINE= DOCS do-test: ${BUILD_WRKSRC}/projects/SelfTest .include