diff options
-rw-r--r-- | www/qt5-webkit/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt5-declarative/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index 83a1f16a3d0f..b2831a472319 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= webkit DISTVERSION= 5.212.0-alpha4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMEPREFIX= qt5- @@ -25,8 +25,8 @@ USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build USE_QT= core declarative gui location network opengl printsupport \ - sensors testlib webchannel widgets \ - buildtools_build qmake_build + sensors webchannel widgets \ + buildtools_build qmake_build testlib_build USE_RUBY= yes USE_XORG= x11 xcomposite xrender diff --git a/x11-toolkits/qt5-declarative/Makefile b/x11-toolkits/qt5-declarative/Makefile index 1af2b482cdca..26cc35252a37 100644 --- a/x11-toolkits/qt5-declarative/Makefile +++ b/x11-toolkits/qt5-declarative/Makefile @@ -1,6 +1,6 @@ PORTNAME= declarative DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- @@ -10,8 +10,8 @@ COMMENT= Qt declarative framework for dynamic user interfaces USES= compiler:c++11-lang gl python:build qmake:norecursive \ qt-dist:5 USE_GL= gl -USE_QT= core gui network sql testlib \ - widgets buildtools_build +USE_QT= core gui network sql widgets \ + buildtools_build testlib_build CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick |