diff options
Diffstat (limited to 'mail/evolution-mapi/Makefile')
-rw-r--r-- | mail/evolution-mapi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile index 76efb61cd9db..b7f296b81a90 100644 --- a/mail/evolution-mapi/Makefile +++ b/mail/evolution-mapi/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/mail/evolution-mapi/Makefile,v 1.1 2010/06/23 09:55:28 kwm Exp $ +# $MCom: ports/mail/evolution-mapi/Makefile,v 1.23 2010/11/16 09:58:56 kwm Exp $ # PORTNAME= evolution-mapi -PORTVERSION= 0.30.3 +PORTVERSION= 0.32.1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -30,7 +30,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -EVO_VERSION= 2.30 +EVO_VERSION= 2.32 EDS_VERSION= 1.2 PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} |