Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2018 22:51:26 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480830 - head/mail/claws-mail
Message-ID:  <201809272251.w8RMpQfl005526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 27 22:51:25 2018
New Revision: 480830
URL: https://svnweb.freebsd.org/changeset/ports/480830

Log:
  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)

Modified:
  head/mail/claws-mail/Makefile

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Thu Sep 27 22:47:47 2018	(r480829)
+++ head/mail/claws-mail/Makefile	Thu Sep 27 22:51:25 2018	(r480830)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809272251.w8RMpQfl005526>