diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-22 20:05:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-22 20:05:04 +0000 |
commit | 3012f439c754f2e3d928cfd1c6e749d979f0e5fc (patch) | |
tree | 3cef39a8c6276f5d86e20a179f458147d3447c34 /www/seamonkey2 | |
parent | 141580e3bd9a2171f48d3045923996162238f70c (diff) | |
download | ports-3012f439c754f2e3d928cfd1c6e749d979f0e5fc.tar.gz ports-3012f439c754f2e3d928cfd1c6e749d979f0e5fc.zip |
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 6 | ||||
-rw-r--r-- | www/seamonkey2/distinfo | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 96af179694eb..99b56fd92b79 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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/seamonkey2/distinfo b/www/seamonkey2/distinfo index 7b167bb262b5..1126faf71474 100644 --- a/www/seamonkey2/distinfo +++ b/www/seamonkey2/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 |