From 0b6c3e1d5644fa3faef7002483c80f94b9070d51 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 20 Oct 2006 18:07:04 +0000 Subject: 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 --- mail/evolution-exchange/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') 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 -- cgit