summaryrefslogtreecommitdiff
path: root/www/firefox24
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2014-12-06 06:09:22 +0000
committerkhorben <khorben@pkgsrc.org>2014-12-06 06:09:22 +0000
commit6293cfb8282b2fe9fa4c21c35327c824282784f1 (patch)
tree4ad6fd6b90bd49f79ab41b11173cdc5f9365027b /www/firefox24
parent2c6be2594ad5ef6e33356b42948220bc500b6ae6 (diff)
downloadpkgsrc-6293cfb8282b2fe9fa4c21c35327c824282784f1.tar.gz
Fix building www/firefox24 with more recent versions of both nspr and nss
ok ryoon@
Diffstat (limited to 'www/firefox24')
-rw-r--r--www/firefox24/mozilla-common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox24/mozilla-common.mk b/www/firefox24/mozilla-common.mk
index 4b105cd020e..9e46a35ea07 100644
--- a/www/firefox24/mozilla-common.mk
+++ b/www/firefox24/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.9 2014/05/09 07:37:24 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.10 2014/12/06 06:09:22 khorben Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -167,10 +167,10 @@ CONFIGURE_ENV+= ac_cv_sqlite_secure_delete=yes # c.f. patches/patch-al
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.10.2
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.10.7
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.15.3
+BUILDLINK_API_DEPENDS.nss+= nss>=3.16.2
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"