diff options
-rw-r--r-- | mail/thunderbird/Makefile | 5 |
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" |