Date: Mon, 25 Nov 2024 10:28:21 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 838ec376a800 - main - x11/plasma6-libkscreen: unbreak Message-ID: <202411251028.4APASLtc015001@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=838ec376a800ad796e62059d0f0955203250cb7a commit 838ec376a800ad796e62059d0f0955203250cb7a Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-25 10:25:07 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-25 10:27:45 +0000 x11/plasma6-libkscreen: unbreak Sponsored by: Future Crew, LLC --- x11/plasma6-libkscreen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/plasma6-libkscreen/Makefile b/x11/plasma6-libkscreen/Makefile index ccabc553c8c2..c68c337cc4c9 100644 --- a/x11/plasma6-libkscreen/Makefile +++ b/x11/plasma6-libkscreen/Makefile @@ -17,7 +17,7 @@ USE_KDE= config \ USE_QT= base wayland USE_XORG= xcb -PNP_IDS_FILE= ${LOCALBASE}/share/hwdata/hwdata/pnp.ids +PNP_IDS_FILE= ${LOCALBASE}/share/hwdata/pnp.ids post-patch: @${REINPLACE_CMD} -e 's|/usr/share/hwdata/pnp.ids|${PNP_IDS_FILE}|' ${WRKSRC}/src/edid.cpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411251028.4APASLtc015001>