svn commit: r473526 - head/devel/sasm

Yuri Victorovich yuri at FreeBSD.org
Fri Jun 29 01:19:20 UTC 2018


Author: yuri
Date: Fri Jun 29 01:19:19 2018
New Revision: 473526
URL: https://svnweb.freebsd.org/changeset/ports/473526

Log:
  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

Modified:
  head/devel/sasm/Makefile

Modified: head/devel/sasm/Makefile
==============================================================================
--- head/devel/sasm/Makefile	Fri Jun 29 00:26:06 2018	(r473525)
+++ head/devel/sasm/Makefile	Fri Jun 29 01:19:19 2018	(r473526)
@@ -11,10 +11,10 @@ COMMENT=	Simple IDE for NASM, MASM, GAS and FASM assem
 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


More information about the svn-ports-all mailing list