pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox24 Fix building www/firefox24 with more rec...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd6a0ed5f6f3
branches: trunk
changeset: 642860:bd6a0ed5f6f3
user: khorben <khorben%pkgsrc.org@localhost>
date: Sat Dec 06 06:09:22 2014 +0000
description:
Fix building www/firefox24 with more recent versions of both nspr and nss
ok ryoon@
diffstat:
www/firefox24/mozilla-common.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 831dd0a0f259 -r bd6a0ed5f6f3 www/firefox24/mozilla-common.mk
--- a/www/firefox24/mozilla-common.mk Sat Dec 06 03:45:52 2014 +0000
+++ b/www/firefox24/mozilla-common.mk Sat Dec 06 06:09:22 2014 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index