aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2024-12-29 22:50:37 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2024-12-29 22:50:37 +0000
commit821ff2c93f0a41a5ec3c4182b1d47d2649b44087 (patch)
tree22397616a01bd6ec12ed796423164c591e293636
parent232af3da18def9214594078f4307e3dff159ec0b (diff)
-rw-r--r--mail/thunderbird/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index d8bbaba83e38..37705eaa9069 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,5 +1,6 @@
PORTNAME= thunderbird
DISTVERSION= 128.6.0
+PORTREVISION= 1
CATEGORIES= mail news net-im wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source
@@ -23,8 +24,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \
nasm:devel/nasm \
yasm:devel/yasm \
zip:archivers/zip
-LIB_DEPENDS= libjson-c.so:devel/json-c \
- libbotan-2.so:security/botan2
+LIB_DEPENDS= libjson-c.so:devel/json-c
USE_GECKO= gecko
# cannot use system icu: calendar is completely broken by
@@ -35,7 +35,7 @@ CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234
USES= tar:xz
MOZ_OPTIONS= --enable-application=comm/mail --enable-official-branding
-MOZ_OPTIONS+= --with-system-bz2 --with-system-jsonc --with-system-botan
+MOZ_OPTIONS+= --with-system-bz2 --with-system-jsonc
MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1