summaryrefslogtreecommitdiffstats
path: root/x11/pixman
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-06-30 20:57:53 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-06-30 20:57:53 +0800
commit62244c24bf7dacad96398c38c3c3870804153a7b (patch)
tree9fce6f6f58609f157cf793ec38a326122ec816be /x11/pixman
parent4dbf11b4b568808ca71207c30963e1db216050d0 (diff)
downloadxorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.tar
xorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.tar.gz
xorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.tar.bz2
xorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.tar.lz
xorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.tar.xz
xorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.tar.zst
xorg-devel-ports-62244c24bf7dacad96398c38c3c3870804153a7b.zip
Convert to options-ng.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@528 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/pixman')
-rw-r--r--x11/pixman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 751d86c..be000bd 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -18,11 +18,11 @@ USE_PERL5_BUILD=yes
USE_GNOME= ltverhack:9
CONFIGURE_ARGS= --disable-gtk
-OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off
+OPTIONS_DEFINE= SIMD
.include <bsd.port.pre.mk>
-.if defined(WITHOUT_SIMD)
+.if empty(${PORT_OPTIONS:MSIMD})
CONFIGURE_ARGS= --disable-vmx --disable-arm-simd
. if ! ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS+= --disable-mmx