aboutsummaryrefslogtreecommitdiff
path: root/graphics/openjph
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:06:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:06:18 +0000
commit68d9cd39c3e38a4d77b32fd7dc4c39e60f7a007d (patch)
treec377c6fbf952c7fff07a648069d718895c62ce81 /graphics/openjph
parent1dd01dc0f41066a9ce269cb08510dc6c379ffd4f (diff)
downloadports-68d9cd39c3e38a4d77b32fd7dc4c39e60f7a007d.tar.gz
ports-68d9cd39c3e38a4d77b32fd7dc4c39e60f7a007d.zip
Use CMAKE_ON
Notes
Notes: svn path=/head/; revision=558496
Diffstat (limited to 'graphics/openjph')
-rw-r--r--graphics/openjph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile
index d6028297bf13..28c39cb8b71e 100644
--- a/graphics/openjph/Makefile
+++ b/graphics/openjph/Makefile
@@ -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>