diff options
author | flo <flo@FreeBSD.org> | 2014-02-08 05:55:08 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2014-02-08 05:55:08 +0800 |
commit | f6642f4c18bbb4852c528cf93acd2e65e1347e87 (patch) | |
tree | d23d420ff204cb2a010b512d3799eb345ff18993 /mail/thunderbird | |
parent | 3542b294ca0fe0c43c22109f084da699d7de902b (diff) | |
download | freebsd-ports-gnome-f6642f4c18bbb4852c528cf93acd2e65e1347e87.tar.gz freebsd-ports-gnome-f6642f4c18bbb4852c528cf93acd2e65e1347e87.tar.zst freebsd-ports-gnome-f6642f4c18bbb4852c528cf93acd2e65e1347e87.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>
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 026c10bf9058..54a47e7cd7a9 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -13,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.10:${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 \ |