git: 4eb2f3b3a68c - main - sysutils/fastfetch: enable testing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Dec 2023 19:12:40 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb2f3b3a68cffd55521630badc68d3bf73a3ac2 commit 4eb2f3b3a68cffd55521630badc68d3bf73a3ac2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-12-07 18:49:13 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-12-07 19:12:25 +0000 sysutils/fastfetch: enable testing --- sysutils/fastfetch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index 82a1ff82c4d0..159cb5cd354e 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -15,7 +15,7 @@ FLAVORS= full lite FLAVOR?= ${FLAVORS:[1]} lite_PKGNAMESUFFIX= -lite -USES= cmake localbase:ldflags pkgconfig +USES= cmake:testing localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= fastfetch-cli @@ -95,4 +95,6 @@ PULSEAUDIO_RUN_DEPENDS= ${LOCALBASE}/lib/libpulse.so:audio/pulseaudio CMAKE_ARGS= -DTARGET_DIR_ETC:STRING="${LOCALBASE}/etc" \ -DENABLE_SYSTEM_YYJSON:BOOL=ON +CMAKE_TESTING_ON= BUILD_TESTS + .include <bsd.port.mk>