git: ce6625b9a273 - main - sysutils/ttyd: prepare for cmake-3.22
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Dec 2021 07:35:31 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce6625b9a2736b14f2cd9519ef808487b288fb0a commit ce6625b9a2736b14f2cd9519ef808487b288fb0a Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-12-11 07:26:53 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-12-11 07:35:10 +0000 sysutils/ttyd: prepare for cmake-3.22 PR: 260123 --- sysutils/ttyd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index c0c3af2ed950..9fefb1a40a9f 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libwebsockets.so:net/libwebsockets USES= cmake pkgconfig ssl -USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= tsl0922