diff options
-rw-r--r-- | x11/pixman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index c1e493d..60aaf64 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= SIMD .include <bsd.port.pre.mk> -.if empty(${PORT_OPTIONS:MSIMD}) +.if empty(PORT_OPTIONS:MSIMD) CONFIGURE_ARGS= --disable-vmx --disable-arm-simd . if ! ${MACHINE_CPU:Mmmx} CONFIGURE_ARGS+= --disable-mmx |