aboutsummaryrefslogtreecommitdiff
path: root/x11/pixman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r--x11/pixman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 4d57c990c40a..dd8745a0a1a4 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pixman
-PORTVERSION= 0.24.2
+PORTVERSION= 0.28.2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -17,7 +17,7 @@ OPTIONS_DEFINE= SIMD
.include <bsd.port.options.mk>
-.if !${PORT_OPTIONS:MSIMD}
+.if ! {PORT_OPTIONS:MSIMD}
CONFIGURE_ARGS= --disable-vmx --disable-arm-simd
. if ! ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS+= --disable-mmx