Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 21:27:04 +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: r488454 - head/security/lxqt-openssh-askpass
Message-ID:  <201812262127.wBQLR4Fc084510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 26 21:27:04 2018
New Revision: 488454
URL: https://svnweb.freebsd.org/changeset/ports/488454

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based
  architectures.
  
  PR:		234371
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/lxqt-openssh-askpass/Makefile

Modified: head/security/lxqt-openssh-askpass/Makefile
==============================================================================
--- head/security/lxqt-openssh-askpass/Makefile	Wed Dec 26 21:25:49 2018	(r488453)
+++ head/security/lxqt-openssh-askpass/Makefile	Wed Dec 26 21:27:04 2018	(r488454)
@@ -11,7 +11,8 @@ COMMENT=	LXQt GUI dialog for OpenSSH authentication
 
 LICENSE=	LGPL21+
 
-USES=	cmake gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5
+USES=	cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \
+	pkgconfig qt:5 tar:xz
 USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
 	svg widgets x11extras xml
 USE_KDE=	windowsystem



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