diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-04-26 09:42:34 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-04-26 09:42:34 +0000 |
commit | d0e72f9cc1cec7287c1bc712eb53e2c47b0ee812 (patch) | |
tree | 49a5e8597d9eaa2e531bf77fe0aed41adfb489b7 /mail/claws-mail/Makefile | |
parent | 7298869b2d7a1127d00ee272096461d42efebecc (diff) | |
download | freebsd-ports-d0e72f9cc1cec7287c1bc712eb53e2c47b0ee812.zip |
mail/claws-mail: Allow all Python 3 versions.
PR: 245921
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c74616bc88a6..572c71c215a5 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK+ based e-mail and news client @@ -22,7 +22,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= mime-support>0:misc/mime-support USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \ - gettext-tools gnome pathfix pkgconfig python:3.6 shebangfix ssl xorg + gettext-tools gnome pathfix pkgconfig python:3.5+ shebangfix ssl xorg USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail |