diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-19 18:33:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-19 18:33:34 +0800 |
commit | e8e7b3186f28b89b7780516ac3b4511dbc7e15f8 (patch) | |
tree | 7a0b119bbfe6edb3564a1ff48721c002b376175c /mail/evolution/Makefile | |
parent | ae62020885d35f2d0a29952f4809f0580a216890 (diff) | |
download | marcuscom-ports-e8e7b3186f28b89b7780516ac3b4511dbc7e15f8.tar.gz marcuscom-ports-e8e7b3186f28b89b7780516ac3b4511dbc7e15f8.tar.zst marcuscom-ports-e8e7b3186f28b89b7780516ac3b4511dbc7e15f8.zip |
Update to 2.27.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12469 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 61c14aabb..2210b1166 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.195 2009/05/27 14:34:37 kwm Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.196 2009/06/15 15:37:26 kwm Exp $ # PORTNAME= evolution -PORTVERSION= 2.27.3 +PORTVERSION= 2.27.4.1 PORTREVISION= 0 CATEGORIES= mail gnome MASTER_SITES= GNOME @@ -25,13 +25,14 @@ USE_BISON= build USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ desktopfileutils gnomedocutils ltasneededhack -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% CONFIGURE_ARGS= --enable-nss=yes \ --enable-mono=no \ + --disable-nm \ --with-sub-version=" FreeBSD GNOME Team Port" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |