1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Mk/bsd.gecko.mk: fix merge typo

Reported by:	rene@
This commit is contained in:
Christoph Moench-Tegeder 2023-06-27 23:38:46 +02:00
parent d8e18f30d1
commit 3a23ac6db8

View File

@ -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