1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/gpxsee: add missing dependency on qt5-opengl

Project ERROR: Unknown module(s) in QT: opengl
This commit is contained in:
Tobias C. Berner 2018-05-23 18:30:10 +00:00
parent 063a9ded08
commit 30833b3e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470712

View File

@ -3,6 +3,7 @@
PORTNAME= gpxsee
PORTVERSION= 5.11
PORTREVISION= 1
CATEGORIES= graphics geography
MAINTAINER= sikmir@gmail.com
@ -12,7 +13,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/licence.txt
USES= qmake:outsource desktop-file-utils shared-mime-info
USE_QT5= buildtools_build core gui network printsupport widgets
USE_QT5= buildtools_build core gui network opengl printsupport widgets
USE_GL= gl
USE_GITHUB= yes