diff options
Diffstat (limited to 'mail/astroid/Makefile')
-rw-r--r-- | mail/astroid/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile index 3255bbbb325b..506e823f4d3a 100644 --- a/mail/astroid/Makefile +++ b/mail/astroid/Makefile @@ -1,7 +1,6 @@ PORTNAME= astroid DISTVERSIONPREFIX= v -DISTVERSION= 0.16 -PORTREVISION= 16 +DISTVERSION= 0.17 CATEGORIES= mail MAINTAINER= mylan.connolly@gmail.com @@ -13,12 +12,10 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING.GPL-3.0+ LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL-2.1+ -BROKEN= fails to build with boost-1.85+ - BUILD_DEPENDS= scdoc:textproc/scdoc \ notmuch>0:mail/notmuch -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40 \ +LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ + libjavascriptcoregtk-4.1.so:www/webkit2-gtk@41 \ libgmime-3.0.so:mail/gmime30 \ libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 \ |