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 | a5d18793980c4ef829a7571899d613982ea10b97 (patch) | |
tree | 5e8f2c21c489c85d8a3fb7e816058f792fe9d5ab /mail | |
parent | 481a744be73a6bfc8a6348c797e2a0ba6aef550f (diff) | |
download | pkgsrc-a5d18793980c4ef829a7571899d613982ea10b97.tar.gz |
Fix paths in previous.
Diffstat (limited to 'mail')
-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 |