svn commit: r488048 - head/deskutils/lumina-xdg-entry
Mark Linimon
linimon at FreeBSD.org
Sat Dec 22 02:10:22 UTC 2018
Author: linimon
Date: Sat Dec 22 02:10:21 2018
New Revision: 488048
URL: https://svnweb.freebsd.org/changeset/ports/488048
Log:
This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.
While here, pet portlint.
PR: 234245
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/deskutils/lumina-xdg-entry/Makefile
Modified: head/deskutils/lumina-xdg-entry/Makefile
==============================================================================
--- head/deskutils/lumina-xdg-entry/Makefile Sat Dec 22 02:01:40 2018 (r488047)
+++ head/deskutils/lumina-xdg-entry/Makefile Sat Dec 22 02:10:21 2018 (r488048)
@@ -20,9 +20,9 @@ I18N_DESC= Install localization files
MAKE_JOBS_UNSAFE=yes
+USES= compiler:c++11-lang qmake qt:5
USE_QT= core gui widgets network svg \
buildtools_build x11extras concurrent multimedia
-USES= qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
More information about the svn-ports-all
mailing list