Date: Fri, 27 Dec 2019 18:18:29 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521017 - head/graphics/jasper Message-ID: <201912271818.xBRIITwq059338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Fri Dec 27 18:18:29 2019 New Revision: 521017 URL: https://svnweb.freebsd.org/changeset/ports/521017 Log: graphics/jasper: Add missing OPENGL dependencies, use CMAKE_BOOL Reported by: danfe Approved by: bapt Differential Revision: https://reviews.freebsd.org/D22936 Modified: head/graphics/jasper/Makefile (contents, props changed) Modified: head/graphics/jasper/Makefile ============================================================================== --- head/graphics/jasper/Makefile Fri Dec 27 18:00:57 2019 (r521016) +++ head/graphics/jasper/Makefile Fri Dec 27 18:18:29 2019 (r521017) @@ -3,6 +3,7 @@ PORTNAME= jasper PORTVERSION= 2.0.16 +PORTREVISION= 1 DISTVERSIONPREFIX= version- CATEGORIES= graphics @@ -22,10 +23,9 @@ USE_GITHUB= yes GH_ACCOUNT= mdadams -OPENGL_CMAKE_OFF= -DJAS_ENABLE_OPENGL=false -OPENGL_CMAKE_ON= -DJAS_ENABLE_OPENGL=true +OPENGL_CMAKE_BOOL= JAS_ENABLE_OPENGL OPENGL_USES= gl xorg -OPENGL_USE= GL=glut XORG=x11,xext,xi,xmu +OPENGL_USE= GL=gl,glu,glut XORG=x11,xext,xi,xmu CMAKE_ARGS= -DJAS_ENABLE_JPEG=true \ -DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=false \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912271818.xBRIITwq059338>