diff --git a/devel/boxed-cpp/Makefile b/devel/boxed-cpp/Makefile index 23fb028a49dc..8323d649a60c 100644 --- a/devel/boxed-cpp/Makefile +++ b/devel/boxed-cpp/Makefile @@ -1,30 +1,30 @@ PORTNAME= boxed-cpp DISTVERSIONPREFIX= v DISTVERSION= 1.4.3 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org COMMENT= Boxing primitive types in C++ WWW= https://github.com/contour-terminal/boxed-cpp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/cmake/Catch2/Catch2Config.cmake:devel/catch2 +TEST_DEPENDS= ${LOCALBASE}/lib/cmake/Catch2/Catch2Config.cmake:devel/catch2 USES= cmake:testing USE_GITHUB= yes GH_ACCOUNT= contour-terminal -CMAKE_ON= BOXED_TESTING +CMAKE_TESTING_ON= BOXED_TESTING PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include