diff options
author | ryoon <ryoon> | 2013-08-10 08:56:17 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-08-10 08:56:17 +0000 |
commit | 3e60be069eb0bcd4360619ad4e5065b7b697204f (patch) | |
tree | 6f63eaa8b9b0b57ee13a98f29da43bc31410ff3e /www | |
parent | 2533ff4e8f79b2fd1e291452820dcc042f32926b (diff) | |
download | pkgsrc-3e60be069eb0bcd4360619ad4e5065b7b697204f.tar.gz |
Fix NSS requirement pattern. Fix build.
* firefox-23.0 and seamonkey-2.20 require 3.15 or later of devel/nss.
The patch is provided by rjs@. Thank you.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index dcfd911babb..7ef847c03eb 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.9 2013/08/07 12:17:54 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.10 2013/08/10 08:56:17 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -147,7 +147,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1 .include "../../devel/libffi/buildlink3.mk" BUILDLINK_API_DEPENDS.nspr+= nspr>=4.9.6 .include "../../devel/nspr/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.14.3 +BUILDLINK_API_DEPENDS.nss+= nss>=3.15 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" |