From 22f3e129291919d19df21425388338b99839f7c2 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Sep 2006 18:40:04 +0000 Subject: Enable IMAP4 backend when package building. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7290 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/evolution-data-server/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 2e0a6239d..7178f3b76 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.95 2006/09/04 17:58:07 ahze Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.96 2006/09/06 19:14:23 marcus Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} .endif .endif -.if defined(WITH_IMAP4) +.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-imap4=yes .endif -- cgit v1.2.3