svn commit: r483242 - head/sysutils/qsudo
Mark Linimon
linimon at FreeBSD.org
Sun Oct 28 08:52:58 UTC 2018
Author: linimon
Date: Sun Oct 28 08:52:57 2018
New Revision: 483242
URL: https://svnweb.freebsd.org/changeset/ports/483242
Log:
fix build with GCC-based architectures
PR: 232082
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/qsudo/Makefile
Modified: head/sysutils/qsudo/Makefile
==============================================================================
--- head/sysutils/qsudo/Makefile Sun Oct 28 08:45:22 2018 (r483241)
+++ head/sysutils/qsudo/Makefile Sun Oct 28 08:52:57 2018 (r483242)
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
RUN_DEPENDS= sudo:security/sudo
-USES= qmake qt:5
+USES= compiler:c++11-lang qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_TAGNAME= 815e31c
More information about the svn-ports-all
mailing list