diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-10 18:12:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-10 18:12:30 +0000 |
commit | a77e2439cae7bb09ca4242195312ea00334f9250 (patch) | |
tree | 5c4ac1fad0f89f4fdd3b2fd5e4739cc387deeab1 /sysutils/sleuthkit/Makefile | |
parent | 9ef24de28862dbb79b69e3931a4e756b4d42f4c8 (diff) |
Notes
Diffstat (limited to 'sysutils/sleuthkit/Makefile')
-rw-r--r-- | sysutils/sleuthkit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index 6f799ab1a524..2b5b2f3fdc20 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTVERSION= 4.1.3 CATEGORIES= sysutils security MASTER_SITES= SF @@ -23,12 +22,10 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ exif:${PORTSDIR}/graphics/exif CONFLICTS= ja-ls-[0-9]* icat-[0-9]* -# Version 4.1.3 breaks python bindings -PORTSCOUT= skipv:4.1.3 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" -USES= perl5 +USES= libtool perl5 USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/tsk |