pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fcft: add missing tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Feb 26 18:32:47 2026 +0100
Changeset:	7f9860548a97a3a864af61bc447ae9db4b2a5186

Modified Files:
	fcft/Makefile

Log Message:
fcft: add missing tool

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f9860548a97a3a864af61bc447ae9db4b2a5186

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fcft/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/fcft/Makefile b/fcft/Makefile
index b9fed70126..aaa062bd14 100644
--- a/fcft/Makefile
+++ b/fcft/Makefile
@@ -9,8 +9,9 @@ HOMEPAGE=	https://codeberg.org/dnkl/fcft/
 COMMENT=	Simple library for font loading and glyph rasterization
 LICENSE=	mit
 
-USE_TOOLS+=	pkg-config
+TOOL_DEPENDS+=	scdoc-[0-9]*:../../textproc/scdoc
 
+USE_TOOLS+=	pkg-config
 
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../fonts/harfbuzz/buildlink3.mk"


Home | Main Index | Thread Index | Old Index