diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 14:49:16 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 14:49:16 +0000 |
commit | ea792330aae305de936d512889687975b4ed54f8 (patch) | |
tree | 2b231d528e66a11feb68225205543979636e6a63 /audio/sonic-visualiser | |
parent | Update to upstream version 0.9.0; addresses multiple CVEs (diff) |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=487594
Diffstat (limited to 'audio/sonic-visualiser')
-rw-r--r-- | audio/sonic-visualiser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sonic-visualiser/Makefile b/audio/sonic-visualiser/Makefile index 0ad4fcba2b3e..d8f5ad93edc1 100644 --- a/audio/sonic-visualiser/Makefile +++ b/audio/sonic-visualiser/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsord-0.so:devel/sord \ libvamp-hostsdk.so:audio/vamp-plugin-sdk -USES= autoreconf desktop-file-utils pkgconfig qt:5 +USES= autoreconf desktop-file-utils gmake pkgconfig qt:5 GNU_CONFIGURE= yes USE_QT= buildtools_build core gui network qmake_build testlib widgets xml |