Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 12:42:32 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db3829cdb556 - main - x11/quickshell: Add missing .include <bsd.port.options.mk>
Message-ID:  <69663db8.3aa60.6cee7799@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69663db8.3aa60.6cee7799>