Date: Wed, 26 Dec 2018 20:11:07 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488426 - head/sysutils/dsbbatmon Message-ID: <201812262011.wBQKB7Ex039909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262011.wBQKB7Ex039909>