aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/chamfer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-09 23:15:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-25 13:55:43 +0000
commit0729af4255a63ee299e0c63a18b6a86520a19e02 (patch)
tree15549679e2da1abfedb505860f7fc7a2ed99a300 /x11-wm/chamfer
parente3a7c4e0f345292232b63f31620626b6cf6c19bf (diff)
downloadports-0729af4255a63ee299e0c63a18b6a86520a19e02.tar.gz
ports-0729af4255a63ee299e0c63a18b6a86520a19e02.zip
Diffstat (limited to 'x11-wm/chamfer')
-rw-r--r--x11-wm/chamfer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile
index b10fbee9560c..b5bccd7f5c52 100644
--- a/x11-wm/chamfer/Makefile
+++ b/x11-wm/chamfer/Makefile
@@ -39,7 +39,7 @@ post-patch:
# XXX https://github.com/mesonbuild/meson/issues/4788
@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
-e '/boost/s/python3/python${PYTHON_SUFFIX}/' \
- `if [ ${PYTHON_REL} -lt 3800 ]; then \
+ `if [ ${PYTHON_REL} -lt 30800 ]; then \
printf "%s %s" -e '/python.*embed/d'; \
fi` \
${WRKSRC}/meson.build