diff options
author | flo <flo@FreeBSD.org> | 2011-07-05 04:47:14 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-07-05 04:47:14 +0800 |
commit | f4a7ffa4a3102f410cbc520076100840809154d2 (patch) | |
tree | 3351a11c4afc61c0c381bdacfe0f35ae246c73ef /deskutils | |
parent | 5759a21deda68e1a64262606c3dc90bfd04188b0 (diff) | |
download | freebsd-ports-gnome-f4a7ffa4a3102f410cbc520076100840809154d2.tar.gz freebsd-ports-gnome-f4a7ffa4a3102f410cbc520076100840809154d2.tar.zst freebsd-ports-gnome-f4a7ffa4a3102f410cbc520076100840809154d2.zip |
chase thunderbird 3.1
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lightning-thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile index abf49e2349c2..9a82418d78e1 100644 --- a/deskutils/lightning-thunderbird/Makefile +++ b/deskutils/lightning-thunderbird/Makefile @@ -7,7 +7,7 @@ PORTNAME= lightning DISTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}b2/source @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}b2.source MAINTAINER= gecko@FreeBSD.org COMMENT= An integrated calendar for Thunderbird 3.1 -RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird3 CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool |