x11-wm/chamfer: unbreak build after a37d812916

Run-time dependency Boost (found: filesystem, python311 | missing: system) found: NO (tried system)

meson.build:43:1: ERROR: Dependency "boost" not found, tried system
This commit is contained in:
Jan Beich 2025-10-20 20:22:56 +02:00
parent 0d2a0f1c5b
commit c77bb98b06
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= chamfer
DISTVERSION= s20240928
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= x11-wm
MAINTAINER= jbeich@FreeBSD.org
@ -41,6 +41,7 @@ post-patch:
# XXX import('python').find_installation().dependency()
@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
-e '/boost/s/,/,static:true,/' \
-e "/boost/s/'system',//" \
${WRKSRC}/meson.build
do-install: