Date: Sat, 22 Dec 2018 02:10:21 +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: r488048 - head/deskutils/lumina-xdg-entry Message-ID: <201812220210.wBM2ALS1090480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220210.wBM2ALS1090480>