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/evolution-webcal | |
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/evolution-webcal')
-rw-r--r-- | www/evolution-webcal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index aaf46b349..96d4c80f2 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.31 2006/02/13 19:23:02 marcus Exp $ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.32 2006/03/02 18:22:45 mezz Exp $ # PORTNAME= webcal @@ -20,6 +20,7 @@ COMMENT= Webcal(endar) handler for gnome USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_PERL= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes |