git: cfd1e07e9147 - main - editors/bee-host: remove the dependency on Python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Aug 2022 16:22:05 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfd1e07e9147b21fed4cf7b9a68eb40f84919ad2 commit cfd1e07e9147b21fed4cf7b9a68eb40f84919ad2 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-08-12 16:20:26 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-08-12 16:20:26 +0000 editors/bee-host: remove the dependency on Python It was just there for a simple test. --- editors/bee-host/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile index 1b803b8e5917..d0e930b28f64 100644 --- a/editors/bee-host/Makefile +++ b/editors/bee-host/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcjson.so:devel/libcjson USE_GITHUB= yes GH_ACCOUNT= rosmanov -USES= cmake:noninja localbase:ldflags python shebangfix +USES= cmake:noninja localbase:ldflags shebangfix SHEBANG_GLOB= *.sh LDFLAGS+= -lcjson -lcjson_utils CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL}