diff options
Diffstat (limited to 'devel/zeal/Makefile')
-rw-r--r-- | devel/zeal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile index dcd71c73f8f0..c2d23b975e93 100644 --- a/devel/zeal/Makefile +++ b/devel/zeal/Makefile @@ -15,11 +15,11 @@ LIB_DEPENDS= libxcb.so:x11/libxcb \ libxcb-keysyms.so:x11/xcb-util-keysyms USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ - kde:5 libarchive pkgconfig sqlite + kde:5 libarchive pkgconfig qt:5 sqlite USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes USE_KDE= ecm -USE_QT5= concurrent core gui network webkit widgets x11extras \ +USE_QT= concurrent core gui network webkit widgets x11extras \ buildtools_build qmake_build USE_XORG= ice sm x11 xcb xext |