From 4bdbc97c8ee381f44952677e0c58d7160a3f5521 Mon Sep 17 00:00:00 2001 From: demon Date: Sun, 19 Apr 2015 07:14:16 +0000 Subject: Needs compiler with C++11 support. --- math/vowpal_wabbit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/vowpal_wabbit') diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 021944294de..4c671431a17 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast out-of-core learning system LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES= libtool +USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit