summaryrefslogtreecommitdiff
path: root/math/mlpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mlpack/Makefile')
-rw-r--r--math/mlpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile
index d9d4af0e3abf..eea72e080d94 100644
--- a/math/mlpack/Makefile
+++ b/math/mlpack/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libboost_serialization.so:devel/boost-libs \
libarmadillo.so:math/armadillo
-USES= cmake:outsource compiler:c++14-lang
+USES= cmake compiler:c++14-lang
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=false -DBUILD_CLI_EXECUTABLES=false -DBUILD_PYTHON_BINDINGS=false
USE_LDCONFIG= yes