diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-02 16:19:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-02 16:19:24 +0800 |
commit | 5dd1ec57b2f3f5de998b245378bd2c5478fdfb71 (patch) | |
tree | a419dd81f0908a221ebc2620d586858d2d203959 /mail | |
parent | a67f55aa47042f30a59ca2dbcc0f1e51cad737e1 (diff) | |
download | freebsd-ports-gnome-5dd1ec57b2f3f5de998b245378bd2c5478fdfb71.tar.gz freebsd-ports-gnome-5dd1ec57b2f3f5de998b245378bd2c5478fdfb71.tar.zst freebsd-ports-gnome-5dd1ec57b2f3f5de998b245378bd2c5478fdfb71.zip |
Add explicit USES=python
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index bee2b91c6ae7..f1e65e952328 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= mime-support>0:misc/mime-support USES= compiler:c++11-lang cpe desktop-file-utils gnome pathfix \ - python:2.7,run shebangfix ssl + python:2.7 shebangfix ssl USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail |