diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-01-05 22:57:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-01-05 22:57:40 +0000 |
commit | c3c2e7cbffdd95c50e4e51af6ed725f080579b27 (patch) | |
tree | 4a30b690095b7c3b36754f571aeca80a710febd6 /x11/pixman | |
parent | b3b45538b98420f9d8207e45ca713cd7aafafc23 (diff) | |
download | ports-c3c2e7cbffdd95c50e4e51af6ed725f080579b27.tar.gz ports-c3c2e7cbffdd95c50e4e51af6ed725f080579b27.zip |
Notes
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 33f83dc90612..4d57c990c40a 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: pixman -# Date Created: Aug 9 2003 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pixman PORTVERSION= 0.24.2 @@ -18,11 +13,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> +.include <bsd.port.options.mk> -.if defined(WITHOUT_SIMD) +.if !${PORT_OPTIONS:MSIMD} CONFIGURE_ARGS= --disable-vmx --disable-arm-simd . if ! ${MACHINE_CPU:Mmmx} CONFIGURE_ARGS+= --disable-mmx @@ -32,4 +27,4 @@ CONFIGURE_ARGS+= --disable-sse2 . endif .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |