aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-06-27 17:19:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-06-27 17:19:56 +0000
commitae162bd989359e2e599a2b9cb58da87bdec05fab (patch)
tree104908d03b9e14cf37f0d3f94e810ded91fe60ef
parent3a6240c2127867111d6eb18e39f539e35e3ffad7 (diff)
downloadports-ae162bd989359e2e599a2b9cb58da87bdec05fab.tar.gz
ports-ae162bd989359e2e599a2b9cb58da87bdec05fab.zip
graphics/py-pillow: fix build
As koobs@ reported, my previous commit was bad: error: option --disable-raqm not recognized PR: 255361 Reported by: kai@
-rw-r--r--graphics/py-pillow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 4a47300c872d..e12817ad886a 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -73,7 +73,7 @@ XCB_VARS_OFF= PYDISTUTILS_BUILDARGS+="--disable-xcb"
.include <bsd.port.pre.mk>
PYDISTUTILS_BUILD_TARGET= build build_ext
-PYDISTUTILS_BUILDARGS+= saveopts --disable-raqm
+PYDISTUTILS_BUILDARGS+= --disable-raqm saveopts
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PIL/*.so