diff options
author | flo <flo@FreeBSD.org> | 2011-07-05 04:46:09 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-07-05 04:46:09 +0800 |
commit | 5759a21deda68e1a64262606c3dc90bfd04188b0 (patch) | |
tree | 86524d3f2a76e9ff55414a3451ec9b021793d8e3 /deskutils | |
parent | 6138791fc89994c317ca9fddface25c09a9e5206 (diff) | |
download | freebsd-ports-gnome-5759a21deda68e1a64262606c3dc90bfd04188b0.tar.gz freebsd-ports-gnome-5759a21deda68e1a64262606c3dc90bfd04188b0.tar.zst freebsd-ports-gnome-5759a21deda68e1a64262606c3dc90bfd04188b0.zip |
remove thunderbird 3.0 support
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lightning/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile index 6fefcd743fcf..c40081afd4c9 100644 --- a/deskutils/lightning/Makefile +++ b/deskutils/lightning/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}b1/source @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-sunbird-${DISTVERSION}b1.source MAINTAINER= gecko@FreeBSD.org COMMENT= An integrated calendar for Thunderbird and SeaMonkey -OPTIONS+= THUNDERBIRD "Install Thunderbird 3.0" on \ - SEAMONKEY "Install SeaMonkey 2.0" off +RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey2 CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool @@ -48,14 +47,6 @@ LATEST_LINK= mozilla-lightning .include <bsd.libnames.mk> .include <bsd.port.pre.mk> -.if defined(WITH_THUNDERBIRD) -RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird3 -.endif - -.if defined(WITH_SEAMONKEY) -RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey2 -.endif - XPI_FILE= ${DISTNAME:C/.source//:C/-sunbird//}-freebsd${OSVERSION:C/([0-9]).+/\1/}-${ARCH}.xpi PLIST_FILES= %%DATADIR%%/${XPI_FILE} PLIST_DIRS= %%DATADIR%% |