diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:56:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:56:22 +0800 |
commit | 452356647410c2c1fc50cf77f2256fdb3d4939bf (patch) | |
tree | e04cdbda56f148710d9a9a144121c519e42bdfa3 /mail | |
parent | a68d411e884f78e3245d335c3679ed035169df40 (diff) | |
download | marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.gz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.zst marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5833 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index c63b48b92..3de8c984a 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.51 2006/02/27 15:21:18 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.52 2006/02/28 02:18:27 marcus Exp $ # PORTNAME= evolution-exchange @@ -20,8 +20,8 @@ BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes - GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENLDAP= yes |