diff options
author | stephen <stephen@FreeBSD.org> | 2018-02-28 22:40:48 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-02-28 22:40:48 +0800 |
commit | f2e097a31d5b7fa3e8342d6f29ea59add3c6e1f7 (patch) | |
tree | 04e35528f3b5586f52a104fe383387851e0bbb0b /math | |
parent | 9dee727a471a4bb894d48837d50923be8dcacbe1 (diff) | |
download | freebsd-ports-gnome-f2e097a31d5b7fa3e8342d6f29ea59add3c6e1f7.tar.gz freebsd-ports-gnome-f2e097a31d5b7fa3e8342d6f29ea59add3c6e1f7.tar.zst freebsd-ports-gnome-f2e097a31d5b7fa3e8342d6f29ea59add3c6e1f7.zip |
- Make sure build doesn't use qt5 libraries/utilities.
PR: ports/226246
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index ab1cb7ad1d64..8b7efccd19c0 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -63,7 +63,8 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ - --disable-openmp + --disable-openmp \ + --with-qt=4 OPTIONS_DEFINE= DOCS |