diff --git a/x11/babl/Makefile b/x11/babl/Makefile index 2a26c16c8b36..75d8b7e746f9 100644 --- a/x11/babl/Makefile +++ b/x11/babl/Makefile @@ -1,43 +1,45 @@ # Created by: Michael Johnson PORTNAME= babl PORTVERSION= 0.1.92 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= liblcms2.so:graphics/lcms2 USES= compiler:c11 gnome libtool localbase meson pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= introspection:build OPTIONS_DEFINE= SIMD -OPTIONS_DEFAULT=SIMD +OPTIONS_DEFAULT_amd64=SIMD +OPTIONS_EXCLUDE_i386=SIMD SIMD_MESON_OFF= -Denable-mmx=false -Denable-sse=false \ -Denable-sse2=false -Denable-sse4_1=false \ -Denable-avx2=false -Denable-f16c=false BABL_SHLIB= 0.191.1 BABL_VER= 0.1 PLIST_SUB+= BABL_SHLIB=${BABL_SHLIB} BABL_VER=${BABL_VER} .include .if ${ARCH} == "amd64" PLIST_SUB+= AMD64="" ARM="@comment " .elif ${ARCH} == "armv6" || ${ARCH} == "armv7" PLIST_SUB+= AMD64="@comment " ARM="" .else PLIST_SUB+= AMD64="@comment " ARM="@comment " .endif .include