diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-23 04:05:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-23 04:05:04 +0800 |
commit | 186984a8d98a969a71af361fb1d275ad0af660ab (patch) | |
tree | 547148b41bc0b0132e29b324cc26ff8d05d48062 /www/seamonkey | |
parent | 6d9755258fa988b637451a06fbe98d6b039a0c86 (diff) | |
download | freebsd-ports-gnome-186984a8d98a969a71af361fb1d275ad0af660ab.tar.gz freebsd-ports-gnome-186984a8d98a969a71af361fb1d275ad0af660ab.tar.zst freebsd-ports-gnome-186984a8d98a969a71af361fb1d275ad0af660ab.zip |
Remove the extra calendar distfile. It is no longer needed in mozilla-devel.
Also, mark the port as BROKEN if WITH_CALENDAR is defined and
WITHOUT_COMPOSER or WITHOUT_MAILNEWS are also defined. Calendar requires
Composer and Mailnews support.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 6 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 96af179694eb..99b56fd92b79 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -47,8 +47,12 @@ BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ .endif .endif +.if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ + defined(WITHOUT_COMPOSER)) +BROKEN= Calendar requires Composer and Mailnews support. +.endif + .if defined(WITH_CALENDAR) -DISTFILES+= ${PORTNAME}-calendar-${PORTVERSION}${EXTRACT_SUFX}:local LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical .endif diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 7b167bb262b5..1126faf71474 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,3 +1,2 @@ MD5 (mozilla-source-1.3a.tar.gz) = 3f5d70a6db244735ac5fe8861fce048f MD5 (libart_lgpl-1.3a.tar.gz) = db14696f2bf83333f2020fa87fbe630c -MD5 (mozilla-calendar-1.3a.tar.gz) = e8f72f5feecc88e38a5ca7efe5de0cbd |