summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-11 06:29:30 +0000
committerwiz <wiz@pkgsrc.org>2016-06-11 06:29:30 +0000
commit37af07d1d407903d0eb3cd1d3ca46d130019e2c5 (patch)
treead69e9e79d3455dc4af8303cc17d2be727c6c9eb /mail/thunderbird
parentd75eaf3e382f9c282a48e5211935737e89abe7cc (diff)
downloadpkgsrc-37af07d1d407903d0eb3cd1d3ca46d130019e2c5.tar.gz
Mark bin/thunderbird as not-mprotect-safe. Bump PKGREVISION.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index d2aa062dd92..6bf50117371 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.170 2016/05/21 23:22:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.171 2016/06/11 06:29:30 wiz Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird-${TB_VER}
+PKGREVISION= 1
TB_VER= 45.1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
@@ -23,6 +24,8 @@ CONFIGURE_ARGS+= --enable-application=mail
# Disable WebRTC support for Thunderbird unconditionally.
CONFIGURE_ARGS+= --disable-webrtc
+NOT_PAX_MPROTECT_SAFE+= bin/thunderbird
+
ALL_ENV+= MOZILLA_PKG_NAME=thunderbird
.include "../../mk/bsd.prefs.mk"