aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webchannel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/qt5-webchannel/Makefile')
-rw-r--r--www/qt5-webchannel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/qt5-webchannel/Makefile b/www/qt5-webchannel/Makefile
index 05741698feaf..66e13d472042 100644
--- a/www/qt5-webchannel/Makefile
+++ b/www/qt5-webchannel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= webchannel
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@@ -8,7 +8,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
-USE_QT= buildtools_build core declarative
+USE_QT= core declarative \
+ buildtools_build testlib_build
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
# tarball, which we need during the build.