pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hck



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May 12 09:35:44 UTC 2022

Modified Files:
        pkgsrc/textproc/hck: Makefile

Log Message:
textproc/hck: needs cmake


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hck/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/hck/Makefile
diff -u pkgsrc/textproc/hck/Makefile:1.1 pkgsrc/textproc/hck/Makefile:1.2
--- pkgsrc/textproc/hck/Makefile:1.1    Mon May  9 21:52:34 2022
+++ pkgsrc/textproc/hck/Makefile        Thu May 12 09:35:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/09 21:52:34 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/12 09:35:44 pin Exp $
 
 DISTNAME=      hck-0.7.2
 CATEGORIES=    textproc
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/sstadick/hc
 COMMENT=       Sharp cut(1) clone
 LICENSE=       unlicense OR mit
 
+BUILD_DEPENDS+=                cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index