diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-27 22:51:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-27 22:51:25 +0000 |
commit | cf9626627ef7feb4c5af07f6b201fc583d5ad17c (patch) | |
tree | f3be65b13ea2eca745bd20817e43454d47173306 /mail/claws-mail/Makefile | |
parent | c38ae32211cc6db36cf16ca403ade1b754f30d6c (diff) | |
download | freebsd-ports-cf9626627ef7feb4c5af07f6b201fc583d5ad17c.zip |
Fix build on gcc-based archs.
While here, pet portlint.
Tested on powerpc64, amd64.
PR: 231702
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 45bccf525a1c..bee2b91c6ae7 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -17,9 +17,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig 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 USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 -USES= cpe desktop-file-utils pathfix python:2.7,run shebangfix ssl SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail INSTALLS_ICONS= yes |