git: 9d3f9a7ac527 - main - graphics/opencsg: Adapt settings from PR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 12:34:15 UTC
The branch main has been updated by mr: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d3f9a7ac527edaff625d77a5cb19ed1ff5dda80 commit 9d3f9a7ac527edaff625d77a5cb19ed1ff5dda80 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2024-10-24 12:31:26 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2024-10-24 12:33:57 +0000 graphics/opencsg: Adapt settings from PR PR: 277691 Reported by: Älven --- graphics/opencsg/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile index 11a1bf7a8c56..41a1755e8f0a 100644 --- a/graphics/opencsg/Makefile +++ b/graphics/opencsg/Makefile @@ -9,13 +9,13 @@ MAINTAINER= mr@FreeBSD.org COMMENT= Constructive Solid Geometry rendering library WWW= https://www.opencsg.org/ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../copying.txt +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/copying.txt USES= compiler:c++11-lang gl qmake qt:5 -USE_GL= gl glesv2 glew -USE_QT= opengl qmake:build -WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_GL= gl glu glut +USE_LDCONFIG= yes +USE_QT= opengl PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.mk>