diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-07 19:18:49 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-07 19:18:49 +0800 |
commit | 331638f02c8011f0cacd3169437e6f8995f36d37 (patch) | |
tree | 137825676b194192737aece49795a7a339bceeb4 /mail/evolution-mapi/Makefile | |
parent | 9cc52c9513f9040e6897871040e8e8925909da53 (diff) | |
download | marcuscom-ports-331638f02c8011f0cacd3169437e6f8995f36d37.tar.gz marcuscom-ports-331638f02c8011f0cacd3169437e6f8995f36d37.tar.zst marcuscom-ports-331638f02c8011f0cacd3169437e6f8995f36d37.zip |
Fix the _DEPENDs entries after the removal of EVO_VERSION. Require 3.0.0
like it is done in evo-ews.
Reported by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19609 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-mapi/Makefile')
-rw-r--r-- | mail/evolution-mapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile index a2bf77e41..62c5b0c0d 100644 --- a/mail/evolution-mapi/Makefile +++ b/mail/evolution-mapi/Makefile @@ -12,9 +12,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution plugin to connect to Microsoft Exchange servers BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ - evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution + evolution>=3.0.0:${PORTSDIR}/mail/evolution LIB_DEPENDS= libmapi.so:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution +RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution USES= gettext gmake libtool pkgconfig tar:xz USE_GNOME= intltool |