Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 12:52:50 +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: r490946 - head/x11/lxqt-about
Message-ID:  <201901221252.x0MCqoe1095036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan 22 12:52:49 2019
New Revision: 490946
URL: https://svnweb.freebsd.org/changeset/ports/490946

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		235044
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/x11/lxqt-about/Makefile

Modified: head/x11/lxqt-about/Makefile
==============================================================================
--- head/x11/lxqt-about/Makefile	Tue Jan 22 12:49:03 2019	(r490945)
+++ head/x11/lxqt-about/Makefile	Tue Jan 22 12:52:49 2019	(r490946)
@@ -13,7 +13,7 @@ COMMENT=	About dialog of LXQt
 
 LICENSE=	LGPL21+
 
-USES=	cmake kde:5 lxqt pkgconfig tar:xz qt:5
+USES=	cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5
 USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
 	x11extras xml
 USE_KDE=	windowsystem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221252.x0MCqoe1095036>