aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <evgeniy@khramtsov.org>2022-02-01 00:30:08 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-02-01 16:33:05 +0000
commit34c6e1527b0ca53901af31d6e040b53c2d9dad98 (patch)
tree3aee3ee0ae81e5540440d0fae8bae8b971146197 /Mk
parentd8898119e91f92d808bb2f4b0057f97736d826c0 (diff)
downloadports-34c6e1527b0ca53901af31d6e040b53c2d9dad98.tar.gz
ports-34c6e1527b0ca53901af31d6e040b53c2d9dad98.zip
www/firefox: update to 97.0 (rc1)
Release Notes (soon): https://www.mozilla.org/en-US/firefox/97.0/releasenotes/ PR: 261642 (cherry picked from commit a012dd67b23d35b6a44c8b8b3ecaf0f750bb9238)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 9b60776392e9..24dc38f847b8 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -167,6 +167,9 @@ pixman_MOZ_OPTIONS= --enable-system-pixman
png_LIB_DEPENDS= libpng.so:graphics/png
png_MOZ_OPTIONS= --with-system-png=${LOCALBASE}
+.if ${MOZILLA_VER:R:R} >= 97
+png_MOZ_OPTIONS= --with-system-png
+.endif
sqlite_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
sqlite_MOZ_OPTIONS= --enable-system-sqlite