diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-04-19 08:54:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-04-19 08:54:23 +0000 |
commit | 740d3d0e830075f8438b00693af54edf7a2cf60d (patch) | |
tree | 9c920a6aa41f0632f150847a60acc29b31876ea8 /cad/opencascade | |
parent | e8640856751b3050238421e0af5e66fdb5b78cf5 (diff) | |
download | ports-740d3d0e830075f8438b00693af54edf7a2cf60d.tar.gz ports-740d3d0e830075f8438b00693af54edf7a2cf60d.zip |
Notes
Diffstat (limited to 'cad/opencascade')
-rw-r--r-- | cad/opencascade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 814b2ef4541d..39f8b4a93ba8 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -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 \ |