diff options
author | pawel <pawel@FreeBSD.org> | 2017-04-17 22:07:47 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-04-17 22:07:47 +0800 |
commit | 81cfe3bee2aa76495ad283d2e69dfc6dd1770116 (patch) | |
tree | 19f3f6fb46a957f7ea0d8ccb3bcea24fb2b88d2a /mail/claws-mail-vcalendar | |
parent | 2c82c45f9d9977681fb37afacb3e2dc64d0c43ac (diff) | |
download | freebsd-ports-gnome-81cfe3bee2aa76495ad283d2e69dfc6dd1770116.tar.gz freebsd-ports-gnome-81cfe3bee2aa76495ad283d2e69dfc6dd1770116.tar.zst freebsd-ports-gnome-81cfe3bee2aa76495ad283d2e69dfc6dd1770116.zip |
- Update to 3.15.0 Claws Mail release
- Fix python shebangs
- claws-mail-tnef now requires external ytnef
- claws-mail-vcalendar marked as IGNORE for now, needs newer libical
Release notes: http://claws-mail.org/news.php
Diffstat (limited to 'mail/claws-mail-vcalendar')
-rw-r--r-- | mail/claws-mail-vcalendar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index bd32936bfbdf..66a17cbb99aa 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -6,6 +6,8 @@ PORTREVISION= 0 COMMENT= vCalendar plugin for Claws Mail +IGNORE= Needs libical >= 2.0 + CLAWS_PLUGINS_BUILD= vcalendar .include "../claws-mail/Makefile.claws" |