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
This commit is contained in:
Yuri Victorovich 2018-06-29 01:19:19 +00:00
parent 8fffb1373a
commit 4e06d8d6a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473526

View File

@ -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