pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mustach
Module Name: pkgsrc
Committed By: mef
Date: Wed Aug 11 10:19:22 UTC 2021
Modified Files:
pkgsrc/devel/mustach: Makefile
Log Message:
(devel/mustach) Fix build: Add pkg-config for USE_TOOLS
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/mustach/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mustach/Makefile
diff -u pkgsrc/devel/mustach/Makefile:1.5 pkgsrc/devel/mustach/Makefile:1.6
--- pkgsrc/devel/mustach/Makefile:1.5 Fri Aug 6 00:49:20 2021
+++ pkgsrc/devel/mustach/Makefile Wed Aug 11 10:19:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/08/06 00:49:20 sjmulder Exp $
+# $NetBSD: Makefile,v 1.6 2021/08/11 10:19:22 mef Exp $
DISTNAME= mustach-1.1.0
CATEGORIES= devel
@@ -9,7 +9,7 @@ HOMEPAGE= https://gitlab.com/jobol/musta
COMMENT= C implementation of mustache templating
LICENSE= apache-2.0
-USE_TOOLS+= gmake gsed
+USE_TOOLS+= gmake gsed pkg-config
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index