diff options
Diffstat (limited to 'mail/claws-mail-rssyl/Makefile')
-rw-r--r-- | mail/claws-mail-rssyl/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile index 9fc572d36fce..634d85bed774 100644 --- a/mail/claws-mail-rssyl/Makefile +++ b/mail/claws-mail-rssyl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rssyl -PORTVERSION= 0.27 -PORTREVISION= 2 +PORTVERSION= 0.28 PORTEPOCH= 4 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ @@ -17,11 +16,14 @@ MAINTAINER= c0rn@o2.pl COMMENT= A RSS/Atom plugin for claws-mail LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail + +LICENSE= GPLv3 USE_AUTOTOOLS= autoconf:268 USE_ICONV= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |