Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 03:33:06 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463617 - head/mail/mu
Message-ID:  <201803050333.w253X6ZU071749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Mar  5 03:33:06 2018
New Revision: 463617
URL: https://svnweb.freebsd.org/changeset/ports/463617

Log:
  Fix build on 10.X.  mail/mu requires C++14 compiler.

Modified:
  head/mail/mu/Makefile

Modified: head/mail/mu/Makefile
==============================================================================
--- head/mail/mu/Makefile	Mon Mar  5 02:23:16 2018	(r463616)
+++ head/mail/mu/Makefile	Mon Mar  5 03:33:06 2018	(r463617)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libxapian.so:databases/xapian-core \
 		libgmime-2.6.so:mail/gmime26
 
-USES=		autoreconf gettext-runtime gmake libtool makeinfo pkgconfig
+USES=		autoreconf compiler:c++14-lang gettext-runtime gmake \
+		libtool makeinfo pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	djcb
 USE_GNOME=	glib20



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