svn commit: r557989 - head/graphics/jasper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:57:16 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:57:15 2020
New Revision: 557989
URL: https://svnweb.freebsd.org/changeset/ports/557989

Log:
  Fix r557906

Modified:
  head/graphics/jasper/Makefile

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Sun Dec 13 14:51:51 2020	(r557988)
+++ head/graphics/jasper/Makefile	Sun Dec 13 14:57:15 2020	(r557989)
@@ -26,7 +26,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jasper-software
 
 OPTIONS_DEFINE=	OPENGL DOCS
-#OPTIONS_DEFAULT=OPENGL
+OPTIONS_DEFAULT=OPENGL
 OPTIONS_SUB=	yes
 
 OPENGL_CMAKE_BOOL=	JAS_ENABLE_OPENGL


More information about the svn-ports-all mailing list