Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 01:19:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473526 - head/devel/sasm
Message-ID:  <201806290119.w5T1JKbm084720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806290119.w5T1JKbm084720>