summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2015-06-10 20:40:05 +0000
committerpettai <pettai@pkgsrc.org>2015-06-10 20:40:05 +0000
commitd14247d47a0691570f3f4945a1a26b7bbffd3afa (patch)
tree5efe83c0d984949d3cb2340bf0283b1a8d0f11dc /security
parent317fa740753b383bbd3090b8cded19964a706b5e (diff)
downloadpkgsrc-d14247d47a0691570f3f4945a1a26b7bbffd3afa.tar.gz
Add libewf dep, bump revision
Diffstat (limited to 'security')
-rw-r--r--security/sleuthkit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sleuthkit/Makefile b/security/sleuthkit/Makefile
index bcd23792300..78512618de7 100644
--- a/security/sleuthkit/Makefile
+++ b/security/sleuthkit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2014/05/29 23:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/06/10 20:40:05 pettai Exp $
DISTNAME= sleuthkit-4.1.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sleuthkit/}
@@ -16,4 +16,5 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake file perl:run
.include "../../sysutils/file/buildlink3.mk"
+.include "../../devel/libewf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"