From f1893fe18f136b9abfd6f7cb223297ce4bb49949 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 2 Nov 2023 01:01:42 -0700 Subject: [PATCH] math/openmesh: Remove unnecessary USE_QT components --- math/openmesh/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/math/openmesh/Makefile b/math/openmesh/Makefile index 24f2ca59d6dd2..f2359c7622d80 100644 --- a/math/openmesh/Makefile +++ b/math/openmesh/Makefile @@ -1,6 +1,6 @@ PORTNAME= openmesh DISTVERSION= 9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.openmesh.org/media/Releases/${DISTVERSION}/ DISTNAME= OpenMesh-${DISTVERSION} @@ -12,15 +12,12 @@ WWW= https://www.openmesh.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED=Depends on deprecated www/qt5-webkit -EXPIRATION_DATE=2023-11-26 - TEST_DEPENDS= googletest>0:devel/googletest USES= cmake:testing compiler:c++11-lang dos2unix gl qt:5 xorg -USE_QT= core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \ +USE_QT= core gui opengl widgets \ buildtools:build qmake:build uitools:build -USE_GL= gl glu glut +USE_GL= gl glu USE_XORG= xi xmu USE_LDCONFIG= yes