svn commit: r488426 - head/sysutils/dsbbatmon

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:11:08 UTC 2018


Author: linimon
Date: Wed Dec 26 20:11:07 2018
New Revision: 488426
URL: https://svnweb.freebsd.org/changeset/ports/488426

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, add gl to USES and pet portlint.
  
  PR:		234329
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/sysutils/dsbbatmon/Makefile

Modified: head/sysutils/dsbbatmon/Makefile
==============================================================================
--- head/sysutils/dsbbatmon/Makefile	Wed Dec 26 20:06:14 2018	(r488425)
+++ head/sysutils/dsbbatmon/Makefile	Wed Dec 26 20:11:07 2018	(r488426)
@@ -11,7 +11,7 @@ COMMENT=	Qt battery monitor
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		qt:5 tar:tgz qmake
+USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
 
 USE_GL=		gl
 USE_QT=		buildtools_build core gui linguisttools_build widgets


More information about the svn-ports-all mailing list