diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:27:56 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:27:56 +0000 |
commit | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch) | |
tree | 51bf65c06dc12d4a0ba505d1d3e664efdd221144 /audio/jalv/Makefile | |
parent | aecf8bd835635e74e1afa0d4e0617875138e47de (diff) | |
download | ports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.tar.gz ports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.zip |
a-b: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517040
Diffstat (limited to 'audio/jalv/Makefile')
-rw-r--r-- | audio/jalv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/jalv/Makefile b/audio/jalv/Makefile index c7e5a997ecd2..602bf3a24fcd 100644 --- a/audio/jalv/Makefile +++ b/audio/jalv/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang qmake:no_configure,no_env qt:5 waf tar:bz2 pkgconfig +USES= compiler:c++11-lang gnome pkgconfig qmake:no_configure,no_env \ + qt:5 tar:bz2 waf CONFIGURE_ARGS= --no-qt4 USE_CXXSTD= c++11 USE_QT= core gui widgets buildtools_build |