Skip to content

Commit

Permalink
math/openmesh: Remove unnecessary USE_QT components
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Nov 2, 2023
1 parent 847fcc8 commit f1893fe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions 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}
Expand All @@ -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

Expand Down

0 comments on commit f1893fe

Please sign in to comment.