pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/angle-grinder



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May  5 06:59:18 UTC 2022

Modified Files:
        pkgsrc/textproc/angle-grinder: Makefile

Log Message:
textproc/angle-grinder: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/angle-grinder/Makefile

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

Modified files:

Index: pkgsrc/textproc/angle-grinder/Makefile
diff -u pkgsrc/textproc/angle-grinder/Makefile:1.1 pkgsrc/textproc/angle-grinder/Makefile:1.2
--- pkgsrc/textproc/angle-grinder/Makefile:1.1  Tue May  3 19:13:38 2022
+++ pkgsrc/textproc/angle-grinder/Makefile      Thu May  5 06:59:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/03 19:13:38 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/05 06:59:17 pin Exp $
 
 DISTNAME=      angle-grinder-0.18.0
 CATEGORIES=    textproc
@@ -13,6 +13,7 @@ LICENSE=      mit
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=                c++
+USE_TOOLS+=            pkg-config
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index