pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/radare2
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 21 15:43:53 UTC 2022
Modified Files:
pkgsrc/devel/radare2: Makefile
Log Message:
radare2: add missing tool dependency on git
XXX: this should be changed to not needed git at build time
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/radare2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/radare2/Makefile
diff -u pkgsrc/devel/radare2/Makefile:1.35 pkgsrc/devel/radare2/Makefile:1.36
--- pkgsrc/devel/radare2/Makefile:1.35 Wed Sep 21 13:49:39 2022
+++ pkgsrc/devel/radare2/Makefile Wed Sep 21 15:43:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/09/21 13:49:39 ast Exp $
+# $NetBSD: Makefile,v 1.36 2022/09/21 15:43:53 wiz Exp $
DISTNAME= radare2-5.7.8
CATEGORIES= devel
@@ -9,6 +9,8 @@ HOMEPAGE= https://www.radare.org/
COMMENT= Reverse engineering framework
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --with-sysmagic
Home |
Main Index |
Thread Index |
Old Index