diff options
Diffstat (limited to 'mail/evolution3/Makefile')
-rw-r--r-- | mail/evolution3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 284ec624b..a1724bfd2 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution3/Makefile,v 1.17 2011/09/16 16:02:07 kwm Exp $ +# $MCom: ports/mail/evolution3/Makefile,v 1.18 2011/09/19 19:34:23 kwm Exp $ # PORTNAME= evolution -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.0 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -41,8 +41,8 @@ CONFIGURE_ARGS= --enable-nss=yes \ --with-sub-version=" FreeBSD GNOME Team Port" # gweather and gtkimageview needs to get a gtk3 release first. CONFIGURE_ARGS+=--disable-weather --disable-image-inline -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ apps-evolution-attachment-reminder.schemas \ |