diff options
author | pgoyette <pgoyette@pkgsrc.org> | 2016-06-25 22:06:12 +0000 |
---|---|---|
committer | pgoyette <pgoyette@pkgsrc.org> | 2016-06-25 22:06:12 +0000 |
commit | b6f63d526a4a63578327569f929dd5c45b4d9104 (patch) | |
tree | e213a1282a4be9f5ac306926e39b5fec66daa7d4 /www/firefox | |
parent | 52f078c1d05d95d4041b6c19681f7a40f6a8badd (diff) | |
download | pkgsrc-b6f63d526a4a63578327569f929dd5c45b4d9104.tar.gz |
Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a25f5469db5..1a273a74a62 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.257 2016/06/16 20:06:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.258 2016/06/25 22:06:12 pgoyette Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 47.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} @@ -29,6 +30,7 @@ LDFLAGS.SunOS+= -lm NOT_PAX_MPROTECT_SAFE+= lib/firefox/firefox NOT_PAX_MPROTECT_SAFE+= lib/firefox/firefox-bin +NOT_PAX_MPROTECT_SAFE+= lib/firefox/plugin-container ALL_ENV+= MOZILLA_PKG_NAME=firefox |