diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-09 06:16:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-09 06:16:35 +0000 |
commit | f4aef6b62c614ecd1d50069031eae67318ac5ff9 (patch) | |
tree | 781de0366f06f8728245988a38a42d4e172d024d /www/linux-seamonkey/Makefile | |
parent | ebc9843f2f48e534a414da8a8ee31543e08cfdf6 (diff) |
Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29
Submitted by: Jan Beich for gecko@
Notes
Notes:
svn path=/head/; revision=367712
Diffstat (limited to 'www/linux-seamonkey/Makefile')
-rw-r--r-- | www/linux-seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-seamonkey/Makefile b/www/linux-seamonkey/Makefile index 4ec42f867bd1..d99370d1c028 100644 --- a/www/linux-seamonkey/Makefile +++ b/www/linux-seamonkey/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seamonkey -DISTVERSION= 2.26 +DISTVERSION= 2.29 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US @@ -11,7 +11,7 @@ COMMENT= The open source, standards compliant web browser USES= tar:bzip2 -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss +WANT_GTK218= yes .include "${.CURDIR}/Makefile.common" .include <bsd.port.mk> |