Index: head/graphics/jasper/Makefile =================================================================== --- head/graphics/jasper/Makefile +++ head/graphics/jasper/Makefile @@ -3,6 +3,7 @@ PORTNAME= jasper PORTVERSION= 2.0.16 +PORTREVISION= 1 DISTVERSIONPREFIX= version- CATEGORIES= graphics @@ -22,10 +23,9 @@ 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 \