sysutils/onefetch: fix broken build
This commit is contained in:
parent
af337f4c71
commit
50ec957685
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.16 2022/10/23 07:12:34 pin Exp $
|
# $NetBSD: Makefile,v 1.17 2022/10/28 10:15:37 pin Exp $
|
||||||
|
|
||||||
DISTNAME= onefetch-2.13.1
|
DISTNAME= onefetch-2.13.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/o2sh/onefetch/
|
||||||
COMMENT= Git repository summary on your terminal
|
COMMENT= Git repository summary on your terminal
|
||||||
LICENSE= mit
|
LICENSE= mit
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake
|
||||||
|
|
||||||
.include "cargo-depends.mk"
|
.include "cargo-depends.mk"
|
||||||
|
|
||||||
USE_TOOLS+= pkg-config
|
USE_TOOLS+= pkg-config
|
||||||
|
|
Loading…
Reference in a new issue