git: db3829cdb556 - main - x11/quickshell: Add missing .include <bsd.port.options.mk>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 12:42:32 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db3829cdb55660c99b60c8ac5ac38856e3d4d5aa
commit db3829cdb55660c99b60c8ac5ac38856e3d4d5aa
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-01-13 12:40:35 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-01-13 12:40:35 +0000
x11/quickshell: Add missing .include <bsd.port.options.mk>
Reported by: Dan Langille <dan@langille.org> (via private email)
---
x11/quickshell/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/x11/quickshell/Makefile b/x11/quickshell/Makefile
index 5134f79baeb1..7fea58304e79 100644
--- a/x11/quickshell/Makefile
+++ b/x11/quickshell/Makefile
@@ -56,6 +56,8 @@ X11_CMAKE_BOOL= X11
GIT_COMMIT_HASH=a1a150fab00a93ea983aaca5df55304bc837f51b
+.include <bsd.port.options.mk>
+
.if ${OPSYS} == FreeBSD && ${ARCH} == i386
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_wayland_buffer_dmabuf.cpp
.endif