aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-26 06:01:38 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-26 06:03:06 +0000
commit4e5abf46a2b698ebcb0f8a911a1608b42e3950af (patch)
tree747634843caffd4e6bf2bd08ee026f9e6da667fc
parent34cd5e3b86cdab8b62afa9579993f5d78628d0b7 (diff)
downloadports-4e5abf46a2b698ebcb0f8a911a1608b42e3950af.tar.gz
ports-4e5abf46a2b698ebcb0f8a911a1608b42e3950af.zip
graphics/krita: drop depend on xsimd on i386, unbreak build (+)
Reported by: pkg-fallout
-rw-r--r--graphics/krita/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 04470f16e900..4f6b51ce3724 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -15,7 +15,6 @@ BUILD_DEPENDS= libheif>=1.12.0:graphics/libheif
BUILD_DEPENDS+= ${BUILD_DEPENDS_${ARCH}}
BUILD_DEPENDS_aarch64= xsimd>=8.1:devel/xsimd
BUILD_DEPENDS_amd64= xsimd>=8.1:devel/xsimd
-BUILD_DEPENDS_i386= xsimd>=8.1:devel/xsimd
LIB_DEPENDS= libImath.so:math/Imath \
libOpenColorIO.so:graphics/opencolorio \
libX11.so:x11/libX11 \