svn commit: r384265 - head/math/vowpal_wabbit

Dmitry Sivachenko demon at FreeBSD.org
Sun Apr 19 07:14:17 UTC 2015


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
 


More information about the svn-ports-all mailing list