Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 08:54:24 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532090 - head/cad/opencascade
Message-ID:  <202004190854.03J8sOsT095537@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Apr 19 08:54:23 2020
New Revision: 532090
URL: https://svnweb.freebsd.org/changeset/ports/532090

Log:
  Fix build: VTK-8 requires devel/qt5-qmake.
  
  Reported by:	lbartoletti

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Sun Apr 19 08:46:41 2020	(r532089)
+++ head/cad/opencascade/Makefile	Sun Apr 19 08:54:23 2020	(r532090)
@@ -24,9 +24,10 @@ RUN_DEPENDS=	bash:shells/bash
 # Check ${WRKSRC}/dox/overview/overview.md
 # and ${WRKSRC}/dox/dev_guides/building
 USES=		alias:10 cmake compiler:c++14-lang dos2unix \
-		gl python shebangfix tk tar:tgz xorg
+		gl python qt:5 qmake shebangfix tk tar:tgz xorg
 USE_XORG=	ice sm x11 xext xi xmu xt
 USE_GL=		gl glu
+USE_QT=		buildtools_build
 
 DOS2UNIX_FILES=	adm/templates/*
 SHEBANG_FILES=	adm/templates/*.sh	\



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