git: 650163db663a - main - misc/qman: add missing .include <bsd.port.options.mk>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Jul 2025 21:04:33 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=650163db663a14af74fb25599dddb819f3c9e0e9
commit 650163db663a14af74fb25599dddb819f3c9e0e9
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-07-15 21:01:59 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-07-15 21:04:29 +0000
misc/qman: add missing .include <bsd.port.options.mk>
Reported by: Dan Langille <dan@langille.org> (via private email)
Fixes: bb4434f2ed59 (misc/qman: add port: More modern man page viewer for our terminals)
---
misc/qman/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/qman/Makefile b/misc/qman/Makefile
index ec6a9586c7a9..350c241b60ee 100644
--- a/misc/qman/Makefile
+++ b/misc/qman/Makefile
@@ -37,6 +37,8 @@ MANPAGES_MESON_ENABLED= man-pages
PORTDOCS= BUILDING.md CONTRIBUTING.md DEBUGGING.md OS_SPECIFIC.md \
README.md TESTING.md TROUBLESHOOTING.md
+.include <bsd.port.options.mk>
+
# FreeBSD 13 is missing /usr/libdata/pkgconfig/ncursesw.pc
.if ${OPSYS} == FreeBSD && ${OSREL:R} == 13
USES+= ncurses:port