diff options
-rw-r--r-- | math/octave/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index aa8d78369b61..f200083d90b2 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -64,6 +64,7 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ + --disable-docs \ --disable-jit \ --disable-openmp \ --with-qt=4 \ |