[SVN-Commit] r370 - branches/experimental/deskutils/lightning

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Aug 4 15:43:38 UTC 2010


Author: beat
Date: Wed Aug  4 15:43:31 2010
New Revision: 370

Log:
- Switch Thunderbird dependency from 3.0 to 3.1.

Submitted by:	jsa@

Modified:
   branches/experimental/deskutils/lightning/Makefile

Modified: branches/experimental/deskutils/lightning/Makefile
==============================================================================
--- branches/experimental/deskutils/lightning/Makefile	Wed Aug  4 14:38:40 2010	(r369)
+++ branches/experimental/deskutils/lightning/Makefile	Wed Aug  4 15:43:31 2010	(r370)
@@ -15,7 +15,7 @@
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	An integrated calendar for Thunderbird and SeaMonkey
 
-OPTIONS+=	THUNDERBIRD "Install Thunderbird 3.0" on \
+OPTIONS+=	THUNDERBIRD "Install Thunderbird 3.1" on \
 		SEAMONKEY "Install SeaMonkey 2.0" off
 
 USE_AUTOTOOLS=	autoconf:213 libtool:22
@@ -46,7 +46,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_THUNDERBIRD)
-RUN_DEPENDS+=	${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird3
+RUN_DEPENDS+=	${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird
 .endif
 
 .if defined(WITH_SEAMONKEY)


More information about the freebsd-gecko mailing list