aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr/Makefile
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2014-02-07 21:55:08 +0000
committerFlorian Smeets <flo@FreeBSD.org>2014-02-07 21:55:08 +0000
commitc142ca97a6b3e3c285aa13b9a93ab6d1be845518 (patch)
treed23d420ff204cb2a010b512d3799eb345ff18993 /www/firefox-esr/Makefile
parente5354ac4300543dfc96b8f09e4319655a9d9e9d6 (diff)
downloadports-c142ca97a6b3e3c285aa13b9a93ab6d1be845518.tar.gz
ports-c142ca97a6b3e3c285aa13b9a93ab6d1be845518.zip
Update BUILD_DEPENDS, nss 3.15.4 is required to build firefox-esr and
thunderbird. Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee>
Notes
Notes: svn path=/head/; revision=343300
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r--www/firefox-esr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 589da2020a7f..355787d2b240 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/devel/nspr \
- nss>=3.15:${PORTSDIR}/security/nss \
+ nss>=3.15.4:${PORTSDIR}/security/nss \
sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \