diff options
| author | Don Lewis <truckman@FreeBSD.org> | 2015-04-29 17:05:19 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2015-04-29 17:05:19 +0000 |
| commit | 351ab93eed07cc7deba26d936976afeba18c2a5e (patch) | |
| tree | 18e65f61c691f049a22d5258fba7ddb2cfce07d6 /databases/evolution-data-server | |
| parent | cb69573792fb4fa71604eb4c055fc58bcd29b38a (diff) | |
Notes
Diffstat (limited to 'databases/evolution-data-server')
| -rw-r--r-- | databases/evolution-data-server/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 0aeb931ccf67..4fbdf22be5a0 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -4,6 +4,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.12.11 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -26,6 +27,11 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring USES= bison gettext gmake gperf libtool pathfix pkgconfig tar:xz +# Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally +# this change would be done there, but it is not a C++ application, so it +# does not link directly to libstdc++ and adding the libstdc++ rpath to +# the executable does not work at runtime. +USES+= compiler:c++11-lib USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ libxml2 USE_OPENLDAP= yes |
