diff options
Diffstat (limited to 'www/qt5-webkit/Makefile')
-rw-r--r-- | www/qt5-webkit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index 31b4d794af78..f14b2b80f24c 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -21,21 +21,18 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libwoff2dec.so:devel/woff2 USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ - pathfix perl5 pkgconfig python:3.5+,build qt:5 sqlite:3 \ - tar:xz xorg + pathfix perl5 pkgconfig python:3.5+,build qt:5 ruby:build \ + sqlite:3 tar:xz xorg USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build USE_QT= core declarative gui location network opengl printsupport \ sensors webchannel widgets \ buildtools:build declarative-test:build qmake:build testlib:build -USE_RUBY= yes USE_XORG= x11 xcomposite xrender # Fix pkgconfig install paths. PATHFIX_CMAKELISTSTXT= PlatformQt.cmake -RUBY_NO_RUN_DEPENDS= yes - CMAKE_ARGS= -DPORT:STRING="Qt" \ -DKDE_INSTALL_INCLUDEDIR:PATH="${QT_INCDIR_REL}" \ -DKDE_INSTALL_LIBDIR:PATH="${QT_LIBDIR_REL}" |