aboutsummaryrefslogtreecommitdiff
path: root/x11/babl/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-10-14 17:29:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-10-14 17:29:48 +0000
commit7b37872557e05443e8bb8bf8cb064d599a828e6d (patch)
treeb27f23958ba6f9eec20a3c162c3e4aa02e2f21bd /x11/babl/Makefile
parent07882a93516e831da1f8a7002765a818424f415f (diff)
downloadports-7b37872557e05443e8bb8bf8cb064d599a828e6d.tar.gz
ports-7b37872557e05443e8bb8bf8cb064d599a828e6d.zip
Update babl to 0.1.58.
Notes
Notes: svn path=/head/; revision=482099
Diffstat (limited to 'x11/babl/Makefile')
-rw-r--r--x11/babl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 8390882e2349..63e58b491a84 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= babl
-PORTVERSION= 0.1.56
+PORTVERSION= 0.1.58
CATEGORIES= x11
MASTER_SITES= GIMP
@@ -24,6 +24,10 @@ OPTIONS_DEFINE= SIMD
.if !${PORT_OPTIONS:MSIMD}
CONFIGURE_ARGS+=--disable-mmx \
--disable-sse \
+ --disable-sse2 \
+ --disable-sse3 \
+ --disable-sse4.1 \
+ --disable-f16c \
--disable-altivec
.endif