summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2014-08-16 13:05:16 +0000
committertsutsui <tsutsui@pkgsrc.org>2014-08-16 13:05:16 +0000
commit6e176836547f6cf98054b45b717dab5e2133ac09 (patch)
tree18536de805e9476e7ed18862bc84f7767b14b911 /www
parenta6858dc8f0fdd05f6cb76d0629b8828143add1a2 (diff)
downloadpkgsrc-6e176836547f6cf98054b45b717dab5e2133ac09.tar.gz
firefox-31.0's configure explicitly requires nss>=3.16.2.
Diffstat (limited to 'www')
-rw-r--r--www/firefox/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index db21805fcba..f53eb6956e3 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.41 2014/07/24 14:57:12 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.42 2014/08/16 13:05:16 tsutsui Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -207,7 +207,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.10.6
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.16
+BUILDLINK_API_DEPENDS.nss+= nss>=3.16.2
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"