pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/sheldon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 21 09:28:20 UTC 2023

Modified Files:
        pkgsrc/shells/sheldon: Makefile

Log Message:
sheldon: add pkg-config to tools


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/sheldon/Makefile

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

Modified files:

Index: pkgsrc/shells/sheldon/Makefile
diff -u pkgsrc/shells/sheldon/Makefile:1.1 pkgsrc/shells/sheldon/Makefile:1.2
--- pkgsrc/shells/sheldon/Makefile:1.1  Wed Jan 18 17:54:38 2023
+++ pkgsrc/shells/sheldon/Makefile      Sat Jan 21 09:28:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/01/18 17:54:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/21 09:28:20 wiz Exp $
 
 DISTNAME=              sheldon-0.7.1
 CATEGORIES=            shells
@@ -13,6 +13,7 @@ LICENSE=              apache-2.0
 .include "cargo-depends.mk"
 
 USE_LANGUAGES=         c
+USE_TOOLS+=            pkg-config
 
 AUTO_MKDIRS=           yes
 



Home | Main Index | Thread Index | Old Index