From 4e06d8d6a55738271f4137b241e715cdfff75bf7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 29 Jun 2018 01:19:19 +0000 Subject: [PATCH] devel/sasm: Fix index breakage This is related to some recent change in the Qt-related infrastructure. It isn't clear why this caused index breakeage, and not just a port breakage. Reported by: portsnap --- devel/sasm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/sasm/Makefile b/devel/sasm/Makefile index a47d783d1172..b5ca52dd6cce 100644 --- a/devel/sasm/Makefile +++ b/devel/sasm/Makefile @@ -11,10 +11,10 @@ COMMENT= Simple IDE for NASM, MASM, GAS and FASM assembly languages LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= qmake +USES= qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= Dman95 -USE_QT5= core gui network widgets buildtools_build +USE_QT= core gui network widgets buildtools_build USE_GL= gl DATADIR= ${PREFIX}/share/sasm