diff options
Diffstat (limited to 'mail/evolution-exchange/Makefile')
-rw-r--r-- | mail/evolution-exchange/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 75273b7b9e05..c801dcf2fea0 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.166 2010/11/16 09:52:36 kwm Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.172 2012/09/20 23:06:27 kwm Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.32.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,6 +20,8 @@ EVO_PC_FILE= ${LOCALBASE}/libdata/pkgconfig/evolution-mail.pc BUILD_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution +CONFLICTS= evolution-exchange-3.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool @@ -65,6 +67,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-DGTK_DISABLE_DEPRECATED||g' \ + -e 's|-DG_DISABLE_DEPRECATED||g' \ -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure |