diff options
author | beat <beat@FreeBSD.org> | 2011-02-06 18:04:30 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-02-06 18:04:30 +0800 |
commit | fb09ed8373028857fd5bba42f76ce1b96da18955 (patch) | |
tree | 09fc5fe15f506405a1eea189280c7d8701027f9b /deskutils/lightning-thunderbird | |
parent | 9e73a592777fe5fa247782d8b867e90c4ae35a5d (diff) | |
download | freebsd-ports-gnome-fb09ed8373028857fd5bba42f76ce1b96da18955.tar.gz freebsd-ports-gnome-fb09ed8373028857fd5bba42f76ce1b96da18955.tar.zst freebsd-ports-gnome-fb09ed8373028857fd5bba42f76ce1b96da18955.zip |
- Replace CONFLICTS with CONFLICTS_BUILD so that the conflict is not
recorded in the resulting package.
- Bump PORTREVISION.
Reported by: obrien
Feature safe: yes
Diffstat (limited to 'deskutils/lightning-thunderbird')
-rw-r--r-- | deskutils/lightning-thunderbird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile index 2ef8611376bf..abf49e2349c2 100644 --- a/deskutils/lightning-thunderbird/Makefile +++ b/deskutils/lightning-thunderbird/Makefile @@ -7,6 +7,7 @@ PORTNAME= lightning DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}b2/source @@ -18,7 +19,7 @@ COMMENT= An integrated calendar for Thunderbird 3.1 RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird -CONFLICTS= spidermonkey-1.[0-7]* +CONFLICTS_BUILD= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf213 libtool ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} |