svn commit: r490125 - head/www/qt5-webview

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 13 10:33:32 UTC 2019


Author: tcberner
Date: Sun Jan 13 10:33:31 2019
New Revision: 490125
URL: https://svnweb.freebsd.org/changeset/ports/490125

Log:
  www/qt5-webview: add implied dependencies

Modified:
  head/www/qt5-webview/Makefile

Modified: head/www/qt5-webview/Makefile
==============================================================================
--- head/www/qt5-webview/Makefile	Sun Jan 13 10:25:31 2019	(r490124)
+++ head/www/qt5-webview/Makefile	Sun Jan 13 10:33:31 2019	(r490125)
@@ -8,8 +8,9 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt component for displaying web content
 
-USES=		compiler:c++11-lang qmake:norecursive qt-dist:5
-USE_QT=		core declarative gui network webengine \
+USES=		compiler:c++11-lang gl qmake:norecursive qt-dist:5
+USE_GL=		gl
+USE_QT=		core declarative gui location network webchannel webengine \
 		buildtools_build
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 


More information about the svn-ports-all mailing list