Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 10:33:31 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490125 - head/www/qt5-webview
Message-ID:  <201901131033.x0DAXVFi097807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131033.x0DAXVFi097807>