diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-04-19 15:14:16 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-04-19 15:14:16 +0800 |
commit | d7f5dcdef1dfab45edc4d143f5162f954173c099 (patch) | |
tree | 12bca473512f80eeb03c4aec9fcfbb4470504f6b /math | |
parent | 67afc3a964cff98485562c34871acd1f4b5b616c (diff) | |
download | freebsd-ports-gnome-d7f5dcdef1dfab45edc4d143f5162f954173c099.tar.gz freebsd-ports-gnome-d7f5dcdef1dfab45edc4d143f5162f954173c099.tar.zst freebsd-ports-gnome-d7f5dcdef1dfab45edc4d143f5162f954173c099.zip |
Needs compiler with C++11 support.
Diffstat (limited to 'math')
-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 |