pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/volatility Oops, add some missing deps



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4be3a320249
branches:  trunk
changeset: 652530:e4be3a320249
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Jun 03 22:44:10 2015 +0000

description:
Oops, add some missing deps

diffstat:

 security/volatility/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 95f05e101c8f -r e4be3a320249 security/volatility/Makefile
--- a/security/volatility/Makefile      Wed Jun 03 22:23:20 2015 +0000
+++ b/security/volatility/Makefile      Wed Jun 03 22:44:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/06/03 22:21:41 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/03 22:44:10 pettai Exp $
 
 DISTNAME=      volatility-2.4
 CATEGORIES=    security
@@ -9,6 +9,8 @@
 COMMENT=       Volatility, Art of Memory Forensics
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
+DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=      ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3
 
 PYDISTUTILSPKG= yes



Home | Main Index | Thread Index | Old Index