diff --git a/www/qt5-webview/Makefile b/www/qt5-webview/Makefile index c2019721d30d..86e237fd67d2 100644 --- a/www/qt5-webview/Makefile +++ b/www/qt5-webview/Makefile @@ -1,23 +1,24 @@ PORTNAME= webview PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= www PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt component for displaying web content -USES= compiler:c++11-lang gl qmake:norecursive qt-dist:5 +USES= compiler:c++11-lang gl perl5 qmake:norecursive qt-dist:5 USE_GL= gl +USE_PERL5= build USE_QT= core declarative gui location network webchannel \ buildtools:build .include .if ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB+= WEBENGINE="" USE_QT+= webengine .else PLIST_SUB+= WEBENGINE="@comment " .endif .include