git: 838ec376a800 - main - x11/plasma6-libkscreen: unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 10:28:21 UTC
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