summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-15 19:22:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-15 19:22:34 +0000
commit3c7e64ebe145055f665da3c2c9c3d1676d1f8bb2 (patch)
treedc7c3250fab73af314babbefc01cba8100d6208d /mail
parentFix the build on 4.X. (diff)
Chase the Evolution version.
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=175332
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index c0d382f05ddf..3d1b5eb48a32 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -68,8 +68,8 @@ PLIST_SUB+= GMAIL=""
CONFIGURE_ARGS+=--disable-evolution
PLIST_SUB+= EVOLUTION="@comment "
.else
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution
+BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-2.8.pc:${PORTSDIR}/mail/evolution
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-2.8.pc:${PORTSDIR}/mail/evolution
PLIST_SUB+= EVOLUTION=""
.endif
.if defined(WITHOUT_SYLPHEED)