svn commit: r490946 - head/x11/lxqt-about

Mark Linimon linimon at FreeBSD.org
Tue Jan 22 12:52:50 UTC 2019


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


More information about the svn-ports-head mailing list