svn commit: r483274 - head/sysutils/qtpass
Mark Linimon
linimon at FreeBSD.org
Sun Oct 28 11:05:27 UTC 2018
Author: linimon
Date: Sun Oct 28 11:05:26 2018
New Revision: 483274
URL: https://svnweb.freebsd.org/changeset/ports/483274
Log:
Fix build with GCC-based architectures.
PR: 232693
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/qtpass/Makefile
Modified: head/sysutils/qtpass/Makefile
==============================================================================
--- head/sysutils/qtpass/Makefile Sun Oct 28 11:03:49 2018 (r483273)
+++ head/sysutils/qtpass/Makefile Sun Oct 28 11:05:26 2018 (r483274)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= pass:sysutils/password-store
-USES= qmake:outsource qt:5
+USES= compiler:c++11-lang gl qmake:outsource qt:5
USE_GITHUB= yes
GH_ACCOUNT= IJhack
GH_PROJECT= QtPass
More information about the svn-ports-all
mailing list