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 /mail/evolution | |
parent | cb69573792fb4fa71604eb4c055fc58bcd29b38a (diff) | |
download | ports-351ab93eed07cc7deba26d936976afeba18c2a5e.tar.gz ports-351ab93eed07cc7deba26d936976afeba18c2a5e.zip |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index cf0c75aea065..eea091e969e9 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -4,7 +4,7 @@ PORTNAME= evolution PORTVERSION= 3.12.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -107,11 +107,6 @@ CONFIGURE_ARGS+=--disable-contact-maps .include <bsd.port.options.mk> -# webkit-gtk3 needs this -.if ${OSVERSION} < 1000000 -USES+= compiler:c++11-lib -.endif - post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ |