diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-28 06:51:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-28 06:51:25 +0800 |
commit | 72f9765635c83b61f904b3d1b5269351ac62f7ec (patch) | |
tree | f3be65b13ea2eca745bd20817e43454d47173306 /mail | |
parent | 02e32e25f590e691f4a250239b04e381656c74fb (diff) | |
download | freebsd-ports-gnome-72f9765635c83b61f904b3d1b5269351ac62f7ec.tar.gz freebsd-ports-gnome-72f9765635c83b61f904b3d1b5269351ac62f7ec.tar.zst freebsd-ports-gnome-72f9765635c83b61f904b3d1b5269351ac62f7ec.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')
-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 |