diff options
author | demon <demon@FreeBSD.org> | 2015-04-19 15:14:16 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-04-19 15:14:16 +0800 |
commit | 4bdbc97c8ee381f44952677e0c58d7160a3f5521 (patch) | |
tree | 12bca473512f80eeb03c4aec9fcfbb4470504f6b /math/vowpal_wabbit | |
parent | b1f73b2e928ddcbee4ab5a54912edc6915311b49 (diff) | |
download | freebsd-ports-gnome-4bdbc97c8ee381f44952677e0c58d7160a3f5521.tar.gz freebsd-ports-gnome-4bdbc97c8ee381f44952677e0c58d7160a3f5521.tar.zst freebsd-ports-gnome-4bdbc97c8ee381f44952677e0c58d7160a3f5521.zip |
Needs compiler with C++11 support.
Diffstat (limited to 'math/vowpal_wabbit')
-rw-r--r-- | math/vowpal_wabbit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 021944294dea..4c671431a172 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 |