From e2098b4d4d2ed45ad312491ae6e69be7a56eb34d Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 25 Sep 2019 14:13:45 +0000 Subject: [PATCH] graphics/enblend: unbreak on powerpc64 Builds fine. Approved by: mentors (implicit approval) --- graphics/enblend/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index d7780c581a4d..766e0516f888 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -14,8 +14,6 @@ COMMENT= Tool for image blending with multiresolution splines LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: libvigraimpex is required to compile Enblend - BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs LIB_DEPENDS= liblcms2.so:graphics/lcms2 \