Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 18:30:11 +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: r470712 - head/graphics/gpxsee
Message-ID:  <201805231830.w4NIUBmC093086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed May 23 18:30:10 2018
New Revision: 470712
URL: https://svnweb.freebsd.org/changeset/ports/470712

Log:
  graphics/gpxsee: add missing dependency on qt5-opengl
  
  	Project ERROR: Unknown module(s) in QT: opengl

Modified:
  head/graphics/gpxsee/Makefile

Modified: head/graphics/gpxsee/Makefile
==============================================================================
--- head/graphics/gpxsee/Makefile	Wed May 23 18:16:18 2018	(r470711)
+++ head/graphics/gpxsee/Makefile	Wed May 23 18:30:10 2018	(r470712)
@@ -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



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