diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 20:39:51 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 20:39:51 +0000 |
commit | 91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43 (patch) | |
tree | 426fa4c692de977e4ef9ab85b6f6b90a1277d6c1 /audio/sonic-visualiser | |
parent | New port: sysutils/ansible-sysrc (diff) |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
Notes
Notes:
svn path=/head/; revision=516738
Diffstat (limited to 'audio/sonic-visualiser')
-rw-r--r-- | audio/sonic-visualiser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonic-visualiser/Makefile b/audio/sonic-visualiser/Makefile index a54a4d599948..abdbaa834fe0 100644 --- a/audio/sonic-visualiser/Makefile +++ b/audio/sonic-visualiser/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsord-0.so:devel/sord \ libvamp-hostsdk.so:audio/vamp-plugin-sdk -USES= autoreconf compiler:c++11-lang desktop-file-utils gmake \ - pkgconfig qt:5 +USES= autoreconf compiler:c++11-lang desktop-file-utils gmake gl \ + pkgconfig qt:5 xorg GNU_CONFIGURE= yes USE_QT= buildtools_build core gui network qmake_build testlib widgets xml |