diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-01-10 08:35:25 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-01-10 08:35:25 +0000 |
commit | c2d46dcf7fc6938fdd925d3459a375661db8e70b (patch) | |
tree | 95f67ec6a6d75d532787015b3d6a903c4658b611 /mail/claws-mail/Makefile | |
parent | cade964ec2259cda99ccd98e3ddc285af143f73b (diff) | |
download | freebsd-ports-c2d46dcf7fc6938fdd925d3459a375661db8e70b.zip |
- Switch to python3 and fix build
- Unbreak mail/claws-mail-python
Submitted by: mmokhi
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D18800
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 3692516b0b14..14a5ae0d1479 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail +PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client @@ -20,8 +21,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libnettle.so:security/nettle RUN_DEPENDS= mime-support>0:misc/mime-support -USES= compiler:c++11-lang cpe desktop-file-utils gnome pathfix \ - python:2.7 shebangfix ssl +USES= autoreconf gettext-tools compiler:c++11-lang cpe desktop-file-utils gettext gnome pathfix \ + python:3.6 shebangfix ssl USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail |