diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2023-06-27 21:38:46 +0000 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2023-06-27 21:38:46 +0000 |
| commit | 3a23ac6db800bbbc5493eeb0fd53b4e5d5b5899f (patch) | |
| tree | d4e671d85d8393c56a9886f0df35bb39ba3c9398 | |
| parent | d8e18f30d1a00cbd669eb9ba6f04c0a6a1cb912f (diff) | |
Mk/bsd.gecko.mk: fix merge typo
Reported by: rene@
| -rw-r--r-- | Mk/bsd.gecko.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
