diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-04-17 14:07:47 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-04-17 14:07:47 +0000 |
commit | 69e5057b579bbaccdb71780de4bace2476039612 (patch) | |
tree | 19f3f6fb46a957f7ea0d8ccb3bcea24fb2b88d2a /mail/claws-mail/Makefile | |
parent | 475639c7047e6ac4538ceb2e1cd2253035588b4a (diff) | |
download | freebsd-ports-69e5057b579bbaccdb71780de4bace2476039612.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/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index db023c901a2d..758cb1d9baf4 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -17,9 +17,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= mime-support>0:misc/mime-support USE_XORG= ice sm -USE_GNOME= cairo gtk20 +USE_GNOME= cairo gtk20 librsvg2 USES= cpe desktop-file-utils execinfo pathfix shebangfix ssl SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail +python_CMD= ${LOCALBASE}/bin/python2 INSTALLS_ICONS= yes OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \ @@ -65,10 +66,7 @@ THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes .include "Makefile.claws" post-patch: - @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g ; s|/usr/share|${LOCALBASE}/share|g' \ - ${WRKSRC}/src/procmime.c - @${REINPLACE_CMD} -e "/(GPGME_LIBS)/d" \ - ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} 's|-dirty||' ${WRKSRC}/version post-install: @${MKDIR} ${STAGEDIR}${DATADIR} |