Date: Tue, 27 Jun 2023 21:39:32 GMT From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a23ac6db800 - main - Mk/bsd.gecko.mk: fix merge typo Message-ID: <202306272139.35RLdW5e048344@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a23ac6db800bbbc5493eeb0fd53b4e5d5b5899f commit 3a23ac6db800bbbc5493eeb0fd53b4e5d5b5899f Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2023-06-27 21:38:46 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2023-06-27 21:38:46 +0000 Mk/bsd.gecko.mk: fix merge typo Reported by: rene@ --- Mk/bsd.gecko.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 0f514f9cc3f2..5b8b46c9aa6d 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -61,7 +61,7 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} USES+= compiler:c++17-lang cpe gl gmake gnome iconv localbase pkgconfig \ - python,build desktop-file-utils + python:build desktop-file-utils .if ${MOZILLA_VER:R:R} < 115 USES+= perl5 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306272139.35RLdW5e048344>