diff options
Diffstat (limited to 'mail/evolution-exchange/Makefile')
-rw-r--r-- | mail/evolution-exchange/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index dfd09e7fe..6779b438a 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.80 2007/02/13 07:38:49 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.81 2007/02/27 06:46:50 marcus Exp $ # PORTNAME= evolution-exchange @@ -59,6 +59,10 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" .endif +.if exists(${LOCALBASE}/include/mapi.h) +IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port +.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| ; \ |