diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-08 18:26:54 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-08 18:26:54 +0800 |
commit | 159fe6c375334bd39a5609841de6c842284104bd (patch) | |
tree | 4068117f81ab396acc9501d802ef16b4f572cf63 /mail/evolution-ews/Makefile | |
parent | c13ff384277dc57db22df4666f666151054dd661 (diff) | |
download | marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.tar marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.tar.gz marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.tar.bz2 marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.tar.lz marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.tar.xz marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.tar.zst marcuscom-ports-159fe6c375334bd39a5609841de6c842284104bd.zip |
Update evo, evo-ews and evo-d-s to 3.12.6. While here, evo-ews needs LD_CONFIG.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19851 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-ews/Makefile')
-rw-r--r-- | mail/evolution-ews/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index b90083ced..f4b497229 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= evolution-ews -PORTVERSION= 3.12.5 +PORTVERSION= 3.12.6 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,11 +18,12 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes USE_SQLITE= 3 USE_BDB= 5 USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip |