pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: configure whines about outdated n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/387c591d8c2d
branches: trunk
changeset: 377523:387c591d8c2d
user: maya <maya%pkgsrc.org@localhost>
date: Sat Mar 17 17:55:13 2018 +0000
description:
firefox: configure whines about outdated nspr/nss, tell pkgsrc about this
diffstat:
www/firefox/mozilla-common.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 0e59ab529bca -r 387c591d8c2d www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Sat Mar 17 17:16:59 2018 +0000
+++ b/www/firefox/mozilla-common.mk Sat Mar 17 17:55:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.106 2018/03/17 00:59:03 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.107 2018/03/17 17:55:13 maya Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -188,10 +188,10 @@
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.14
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.18
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.32.1
+BUILDLINK_API_DEPENDS.nss+= nss>=3.35
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index