diff options
Diffstat (limited to 'security/sleuthkit/Makefile')
-rw-r--r-- | security/sleuthkit/Makefile | 5 |
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" |