svn commit: r532090 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Sun Apr 19 08:54:25 UTC 2020


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	\


More information about the svn-ports-all mailing list