svn commit: r470712 - head/graphics/gpxsee
Tobias C. Berner
tcberner at FreeBSD.org
Wed May 23 18:30:12 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list