svn commit: r463617 - head/mail/mu

Hiroki Sato hrs at FreeBSD.org
Mon Mar 5 03:33:07 UTC 2018


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


More information about the svn-ports-all mailing list