svn commit: r558496 - head/graphics/openjph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:06:23 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:06:18 2020
New Revision: 558496
URL: https://svnweb.freebsd.org/changeset/ports/558496

Log:
  Use CMAKE_ON

Modified:
  head/graphics/openjph/Makefile

Modified: head/graphics/openjph/Makefile
==============================================================================
--- head/graphics/openjph/Makefile	Sat Dec 19 20:06:14 2020	(r558495)
+++ head/graphics/openjph/Makefile	Sat Dec 19 20:06:18 2020	(r558496)
@@ -25,7 +25,7 @@ USE_GITHUB=	yes
 .include <bsd.port.options.mk>
 
 .if ${ARCH} != amd64 && ${ARCH} != i386
-CMAKE_ARGS+=	-DOJPH_DISABLE_INTEL_SIMD:BOOL=ON
+CMAKE_ON+=	OJPH_DISABLE_INTEL_SIMD
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list