Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 07:14:16 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384265 - head/math/vowpal_wabbit
Message-ID:  <201504190714.t3J7EGZq071833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sun Apr 19 07:14:16 2015
New Revision: 384265
URL: https://svnweb.freebsd.org/changeset/ports/384265

Log:
  Needs compiler with C++11 support.

Modified:
  head/math/vowpal_wabbit/Makefile

Modified: head/math/vowpal_wabbit/Makefile
==============================================================================
--- head/math/vowpal_wabbit/Makefile	Sun Apr 19 06:24:33 2015	(r384264)
+++ head/math/vowpal_wabbit/Makefile	Sun Apr 19 07:14:16 2015	(r384265)
@@ -13,7 +13,7 @@ COMMENT=	Fast out-of-core learning syste
 
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs
 
-USES=		libtool
+USES=		compiler:c++11-lang libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



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