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
commita7b4435915c88ac46d606b45750c5591a229c6ad (patch)
tree5efe83c0d984949d3cb2340bf0283b1a8d0f11dc /security
parentb9cf261a2de13fe2c3b642210d1b10cea8d14223 (diff)
downloadpkgsrc-a7b4435915c88ac46d606b45750c5591a229c6ad.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"