diff options
author | spz <spz> | 2013-06-02 08:29:06 +0000 |
---|---|---|
committer | spz <spz> | 2013-06-02 08:29:06 +0000 |
commit | e46dc6c1416b9dd54defea4948f1a7dea3bd8cf3 (patch) | |
tree | 7a07340bb6a07edbcdc199c96d6cdd2e2342e79f /www | |
parent | b406019033d3335f33e510bc0ed67ff67a29dda7 (diff) | |
download | pkgsrc-e46dc6c1416b9dd54defea4948f1a7dea3bd8cf3.tar.gz |
seamonkey configure wants higher versions for nspr and nss
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/mozilla-common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 73fa0cddb63..1426a5950ea 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.2 2013/06/02 06:48:37 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.3 2013/06/02 08:29:06 spz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -133,9 +133,9 @@ 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.9.4 +BUILDLINK_API_DEPENDS.nspr+= nspr>=4.9.6 .include "../../devel/nspr/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.14.1 +BUILDLINK_API_DEPENDS.nss+= nss>=3.14.3 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" ## xulrunner-18.0 or later really requires libjpeg-turbo |