pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: restore (updated) BUILDLINK_API_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e474779a9068
branches:  trunk
changeset: 450809:e474779a9068
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Apr 21 22:21:08 2021 +0000

description:
firefox: restore (updated) BUILDLINK_API_DEPENDS local override

It's not safe to assume a dependency's BUILDLINK_ABI_DEPENDS value can
double for the API minimum, as the former can be disabled by users.
Noted by wiz@, thanks!

diffstat:

 www/firefox/mozilla-common.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 69c97ff0743b -r e474779a9068 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Apr 21 19:56:35 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Apr 21 22:21:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.200 2021/04/21 01:27:52 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.201 2021/04/21 22:21:08 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -165,6 +165,7 @@
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.26
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.63
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index