diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-11 12:10:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-11 12:10:00 +0000 |
commit | 76c8ca07526ff5ac9e00faa3582d7e09e93e1dd4 (patch) | |
tree | 0d6bb107ffe84dab3ec28c3efd2a57aa6fb753f2 /mail/thunderbird/Makefile | |
parent | aab72a4af4ec93d02d630e4e2e79f37033e67739 (diff) | |
download | pkgsrc-76c8ca07526ff5ac9e00faa3582d7e09e93e1dd4.tar.gz |
Fix paths in previous.
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 6bf50117371..5bd7a542895 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.171 2016/06/11 06:29:30 wiz Exp $ +# $NetBSD: Makefile,v 1.172 2016/06/11 12:10:00 wiz Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} @@ -24,7 +24,8 @@ CONFIGURE_ARGS+= --enable-application=mail # Disable WebRTC support for Thunderbird unconditionally. CONFIGURE_ARGS+= --disable-webrtc -NOT_PAX_MPROTECT_SAFE+= bin/thunderbird +NOT_PAX_MPROTECT_SAFE+= lib/thunderbird/thunderbird +NOT_PAX_MPROTECT_SAFE+= lib/thunderbird/thunderbird-bin ALL_ENV+= MOZILLA_PKG_NAME=thunderbird |