From b231545c849a42d9715a01698e189dd568527048 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 28 Oct 2018 11:05:26 +0000 Subject: [PATCH] Fix build with GCC-based architectures. PR: 232693 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- sysutils/qtpass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/qtpass/Makefile b/sysutils/qtpass/Makefile index e5d0cbd9a0d9..04bbe0a2ae1b 100644 --- a/sysutils/qtpass/Makefile +++ b/sysutils/qtpass/Makefile @@ -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