diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-16 03:22:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-16 03:22:34 +0800 |
commit | d18307b55582350a5debff6cc96b2e487e04ec33 (patch) | |
tree | a5518e15b4c4e7cc47356f621458d7809fc9cbdd /mail/mail-notification | |
parent | 0862b7a6d3ec2e41dbe16621882e61d7188c2ad6 (diff) | |
download | freebsd-ports-gnome-d18307b55582350a5debff6cc96b2e487e04ec33.tar.gz freebsd-ports-gnome-d18307b55582350a5debff6cc96b2e487e04ec33.tar.zst freebsd-ports-gnome-d18307b55582350a5debff6cc96b2e487e04ec33.zip |
Chase the Evolution version.
Approved by: portmgr (implicit)
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 4 |
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) |