Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2022 16:22:05 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cfd1e07e9147 - main - editors/bee-host: remove the dependency on Python
Message-ID:  <202208121622.27CGM5lT007999@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208121622.27CGM5lT007999>