Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2019 20:43:35 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492384 - head/graphics/opencsg
Message-ID:  <201902072043.x17KhZ9f055078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902072043.x17KhZ9f055078>