git: 3a23ac6db800 - main - Mk/bsd.gecko.mk: fix merge typo

From: Christoph Moench-Tegeder <cmt_at_FreeBSD.org>
Date: Tue, 27 Jun 2023 21:39:32 UTC
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