diff options
author | khorben <khorben> | 2014-12-06 06:09:22 +0000 |
---|---|---|
committer | khorben <khorben> | 2014-12-06 06:09:22 +0000 |
commit | 00a69c3c4a674d9d2ac21f71a4d4f016837ffd81 (patch) | |
tree | 4ad6fd6b90bd49f79ab41b11173cdc5f9365027b | |
parent | 796443dffde5a06378068262d9337d445b4c5118 (diff) | |
download | pkgsrc-00a69c3c4a674d9d2ac21f71a4d4f016837ffd81.tar.gz |
Fix building www/firefox24 with more recent versions of both nspr and nss
ok ryoon@
-rw-r--r-- | www/firefox24/mozilla-common.mk | 6 |
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" |