aboutsummaryrefslogtreecommitdiff
path: root/mail/mail-notification
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-02-16 10:43:55 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-02-16 10:43:55 +0000
commitf530ad9708ee2dafb347066c3ca6e224978116ad (patch)
tree831f15ae5614cb1ff7725ce4d07af378f7fae4f7 /mail/mail-notification
parentc2bb41802fc50700e41926834f87fcda6c75c08c (diff)
downloadports-f530ad9708ee2dafb347066c3ca6e224978116ad.tar.gz
ports-f530ad9708ee2dafb347066c3ca6e224978116ad.zip
Notes
Diffstat (limited to 'mail/mail-notification')
-rw-r--r--mail/mail-notification/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index ec71e47a9bb1..d0289ecad8cf 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -91,10 +91,14 @@ PLIST_SUB+= YAHOO=""
JB_CONF_ARGS+= evolution=no
PLIST_SUB+= EVOLUTION="@comment "
.else
-EVO_VERSION= 2.22
+EVO_VERSION!= make -C ${PORTSDIR}/mail/evolution -V EVO_VERSION
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution
PLIST_SUB+= EVOLUTION="" EVO_VERSION=${EVO_VERSION}
+# Work around the fact that MN is using evolution's private(?) api that is not part of
+# evolution-plugin thus it's includes are not covered by pkgconfig metadata.
+# That path is frozen at 3.14 even for later versions of libgtkhtml.
+CFLAGS+= -I${LOCALBASE}/include/libgtkhtml-3.14 -I${LOCALBASE}/include/libgtkhtml-3.14/editor
.endif
.if defined(WITHOUT_MOZILLA)
JB_CONF_ARGS+= mozilla=no