summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-21 02:07:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-21 02:07:04 +0800
commit0b6c3e1d5644fa3faef7002483c80f94b9070d51 (patch)
tree1683b8d160016f8802673c4edf01ebe3657cb7d0 /mail
parentde70594843125917baa9d935b9d039f30724cb27 (diff)
downloadmarcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.tar
marcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.tar.gz
marcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.tar.bz2
marcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.tar.lz
marcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.tar.xz
marcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.tar.zst
marcuscom-ports-0b6c3e1d5644fa3faef7002483c80f94b9070d51.zip
Fix detection of Evolution 2.9 and EDS 1.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7830 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-exchange/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index f8ce581b9..5fc7cddfd 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: ports/mail/evolution-exchange/Makefile,v 1.22 2006/10/14 08:35:18 marcus Exp $
-# $MCom: ports/mail/evolution-exchange/Makefile,v 1.70 2006/10/03 02:06:00 ahze Exp $
+# $MCom: ports/mail/evolution-exchange/Makefile,v 1.72 2006/10/20 16:00:44 marcus Exp $
#
PORTNAME= evolution-exchange
@@ -55,4 +55,9 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|EVOLUTION_API_VERSION=2.8|EVOLUTION_API_VERSION=2.10| ; \
+ s|EDS_BASE_VERSION=1.8|EDS_BASE_VERSION=1.10|' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>