diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-13 02:40:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-13 02:40:04 +0800 |
commit | 22f3e129291919d19df21425388338b99839f7c2 (patch) | |
tree | 148bd4de82ff315ce262f9a29e114ea473c0e3e6 /databases | |
parent | 3133b44133303e79c555e4d869d87fe5f6791510 (diff) | |
download | marcuscom-ports-22f3e129291919d19df21425388338b99839f7c2.tar.gz marcuscom-ports-22f3e129291919d19df21425388338b99839f7c2.tar.zst marcuscom-ports-22f3e129291919d19df21425388338b99839f7c2.zip |
Enable IMAP4 backend when package building.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7290 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 |
1 files 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 <marcus@FreeBSD.org> # # $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 |