pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/codeberg-cli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  2 07:24:32 UTC 2025

Modified Files:
        pkgsrc/devel/codeberg-cli: Makefile

Log Message:
codeberg-cli: add pkg-config to tools

Fixes build on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/codeberg-cli/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/codeberg-cli/Makefile
diff -u pkgsrc/devel/codeberg-cli/Makefile:1.1 pkgsrc/devel/codeberg-cli/Makefile:1.2
--- pkgsrc/devel/codeberg-cli/Makefile:1.1      Sat Feb  1 19:19:24 2025
+++ pkgsrc/devel/codeberg-cli/Makefile  Sun Feb  2 07:24:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/02/01 19:19:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/02 07:24:32 wiz Exp $
 
 DISTNAME=      codeberg-cli-0.4.0
 CATEGORIES=    devel
@@ -13,6 +13,7 @@ LICENSE=      gnu-agpl-v3
 WRKSRC=                ${WRKDIR}/${PKGBASE}
 
 USE_LANGUAGES= c
+USE_TOOLS+=    pkg-config
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index