svn commit: r521017 - head/graphics/jasper

Joseph Mingrone jrm at FreeBSD.org
Fri Dec 27 18:18:30 UTC 2019


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 \


More information about the svn-ports-all mailing list