[SVN-Commit] r573 - branches/experimental/mail/thunderbird-beta

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Jun 23 16:43:42 UTC 2011


Author: flo
Date: Thu Jun 23 16:43:35 2011
New Revision: 573

Log:
- thunderbird 5 does not need nspr 4.8.8, 4.8.7 is sufficient

Modified:
   branches/experimental/mail/thunderbird-beta/Makefile

Modified: branches/experimental/mail/thunderbird-beta/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-beta/Makefile	Thu Jun 23 14:48:57 2011	(r572)
+++ branches/experimental/mail/thunderbird-beta/Makefile	Thu Jun 23 16:43:35 2011	(r573)
@@ -15,7 +15,7 @@
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Mozilla Thunderbird is standalone mail and news that stands above
 
-BUILD_DEPENDS=	nspr>=4.8.8:${PORTSDIR}/devel/nspr
+BUILD_DEPENDS=	nspr>=4.8.7:${PORTSDIR}/devel/nspr
 LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
 		event-1.4:${PORTSDIR}/devel/libevent
 


More information about the freebsd-gecko mailing list