pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-cliff



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Oct 29 08:05:08 UTC 2021

Modified Files:
        pkgsrc/devel/git-cliff: Makefile

Log Message:
devel/git-cliff: use pkg-config

It needs pkgconf


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/git-cliff/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/git-cliff/Makefile
diff -u pkgsrc/devel/git-cliff/Makefile:1.8 pkgsrc/devel/git-cliff/Makefile:1.9
--- pkgsrc/devel/git-cliff/Makefile:1.8 Sat Oct 23 19:27:10 2021
+++ pkgsrc/devel/git-cliff/Makefile     Fri Oct 29 08:05:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/10/23 19:27:10 pin Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/29 08:05:08 pin Exp $
 
 DISTNAME=      git-cliff-0.4.2
 CATEGORIES=    devel
@@ -12,6 +12,8 @@ LICENSE=      gnu-gpl-v3
 
 .include "cargo-depends.mk"
 
+USE_TOOLS+=            pkg-config
+
 INSTALLATION_DIRS=     bin
 
 do-install:



Home | Main Index | Thread Index | Old Index