diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 05:09:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 05:09:36 +0800 |
commit | 5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb (patch) | |
tree | 9b74acfb885ebde750284ae19bd3cf32d95340f8 /www/mozilla | |
parent | 088e69d8181fabe3aabee85f2100e4eed48857b9 (diff) | |
download | marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.tar marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.tar.gz marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.tar.bz2 marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.tar.lz marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.tar.xz marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.tar.zst marcuscom-ports-5f24b20877bc2d9ed8d0a5d6a440c8829f3354fb.zip |
Make portlint happy by:
www/evolution-webcal:
Add USE_GETTEXT.
www/mozilla:
Remove quotes from BROKEN.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 01361b5d1..b2e81778c 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile,v 1.33 2006/01/02 22:16:25 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.34 2006/01/31 20:36:54 marcus Exp $ # PORTNAME= mozilla @@ -71,7 +71,7 @@ IGNORE= core dumps on ${ARCH} during post-build .if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ defined(WITHOUT_COMPOSER)) -BROKEN= "Calendar requires Composer and Mailnews support." +BROKEN= Calendar requires Composer and Mailnews support. .endif .if defined(WITHOUT_MAILNEWS) MOZ_OPTIONS+= --disable-ldap --disable-mailnews |