svn commit: r492384 - head/graphics/opencsg
Michael Reifenberger
mr at FreeBSD.org
Thu Feb 7 20:43:36 UTC 2019
Author: mr
Date: Thu Feb 7 20:43:35 2019
New Revision: 492384
URL: https://svnweb.freebsd.org/changeset/ports/492384
Log:
Fix configure
Submitted by: Andrea Venturoli
Modified:
head/graphics/opencsg/Makefile
Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile Thu Feb 7 19:29:36 2019 (r492383)
+++ head/graphics/opencsg/Makefile Thu Feb 7 20:43:35 2019 (r492384)
@@ -3,7 +3,7 @@
PORTNAME= opencsg
PORTVERSION= 1.4.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://www.opencsg.org/
DISTNAME= OpenCSG-${PORTVERSION}
@@ -14,11 +14,9 @@ COMMENT= Constructive Solid Geometry rendering library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../license.txt
-BROKEN= fails to configure
-
USES= compiler:c++11-lang qmake qt:5
USE_GL= gl glesv2 glew
-USE_QT= qmake_build
+USE_QT= opengl qmake_build
WRKSRC= ${WRKDIR}/${DISTNAME}/src
PLIST_SUB= PORTVERSION=${PORTVERSION}
More information about the svn-ports-all
mailing list