pkgsrc-WIP-changes archive

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

denise: declare pkg-config as a tool



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Oct 1 21:06:00 2022 +0200
Changeset:	124d7507740d449a070ebdba495aa2aa3700c78d

Modified Files:
	denise/Makefile

Log Message:
denise: declare pkg-config as a tool

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

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

diffstat:
 denise/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/denise/Makefile b/denise/Makefile
index abe41a7717..fb28b4d4b0 100644
--- a/denise/Makefile
+++ b/denise/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/piciji-denise-c592258703c8
 USE_LANGUAGES=	c c++17
-USE_TOOLS+=	gmake
+USE_TOOLS+=	gmake pkg-config
 
 SUBST_CLASSES+=		path
 SUBST_STAGE.path=	post-configure


Home | Main Index | Thread Index | Old Index