pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-git2r



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 25 22:18:42 UTC 2026

Modified Files:
        pkgsrc/devel/R-git2r: Makefile

Log Message:
R-git2r: add pkg-config dependency

in the hope of fixing the macOS build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-git2r/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/R-git2r/Makefile
diff -u pkgsrc/devel/R-git2r/Makefile:1.8 pkgsrc/devel/R-git2r/Makefile:1.9
--- pkgsrc/devel/R-git2r/Makefile:1.8   Thu Oct 23 20:36:14 2025
+++ pkgsrc/devel/R-git2r/Makefile       Wed Mar 25 22:18:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/10/23 20:36:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/03/25 22:18:42 wiz Exp $
 
 R_PKGNAME=     git2r
 R_PKGVER=      0.35.0
@@ -16,7 +16,7 @@ TEST_DEPENDS+=        tex-latex-bin-[0-9]*:../.
 TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
-#USE_TOOLS+=   pkg-config
+USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c
 
 .include "../../devel/libgit2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index