pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/jless



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 14 13:19:19 UTC 2022

Modified Files:
        pkgsrc/textproc/jless: Makefile

Log Message:
jless: add missing build dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/jless/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/jless/Makefile
diff -u pkgsrc/textproc/jless/Makefile:1.6 pkgsrc/textproc/jless/Makefile:1.7
--- pkgsrc/textproc/jless/Makefile:1.6  Fri Mar 11 10:22:27 2022
+++ pkgsrc/textproc/jless/Makefile      Mon Mar 14 13:19:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/03/11 10:22:27 pin Exp $
+# $NetBSD: Makefile,v 1.7 2022/03/14 13:19:19 wiz Exp $
 
 DISTNAME=      jless-0.8.0
 CATEGORIES=    textproc
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/PaulJuliusM
 COMMENT=       Command-line pager for JSON data
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=                        c c++
@@ -30,5 +32,6 @@ do-install:
                ${DESTDIR}${PREFIX}/bin/j_less
 
 .include "../../lang/rust/cargo.mk"
+.include "../../lang/python/tool.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index