diff options
Diffstat (limited to 'mail/evolution-ews/Makefile')
-rw-r--r-- | mail/evolution-ews/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 32ffc14f4015..397c0bc16d93 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= evolution-ews -PORTVERSION= 3.22.6 +PORTVERSION= 3.24.2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,6 +12,7 @@ COMMENT= Evolution Microsoft Exchange plugin through Exchange Web Services BUILD_DEPENDS= evolution>=3.0.0:mail/evolution LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libicuuc.so:devel/icu \ libmspack.so:archivers/libmspack \ libsecret-1.so:security/libsecret \ libnspr4.so:devel/nspr \ @@ -22,16 +23,8 @@ RUN_DEPENDS= evolution>=3.0.0:mail/evolution PORTSCOUT= limitw:1,even -USES= bdb:5 gettext gmake gnome libtool localbase pathfix \ +USES= bdb:5 cmake ninja gettext gnome localbase pathfix \ pkgconfig sqlite tar:xz -USE_GNOME= atk cairo evolutiondataserver3 gdkpixbuf2 gtk30 glib20 \ - intltool libxml2 pango -GNU_CONFIGURE= yes -USE_OPENLDAP= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --datarootdir=${PREFIX}/share \ - --localedir=${PREFIX}/share/locale \ - --prefix=${PREFIX} -INSTALL_TARGET= install-strip +USE_GNOME= cairo gdkpixbuf2 evolutiondataserver3 intltool .include <bsd.port.mk> |