diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-08-06 14:55:14 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-08-06 14:55:14 +0000 |
commit | 8bf4e8dbe066e2051f769e7d142a1ccdd808f95c (patch) | |
tree | 24ed14014dd7182058e97b443e6c0a7f13a76bab /sysutils/bulk_extractor/Makefile | |
parent | 15cf6f8e311d191b67fb2621a3303bc6c7073dfb (diff) | |
download | ports-8bf4e8dbe066e2051f769e7d142a1ccdd808f95c.tar.gz ports-8bf4e8dbe066e2051f769e7d142a1ccdd808f95c.zip |
Notes
Diffstat (limited to 'sysutils/bulk_extractor/Makefile')
-rw-r--r-- | sysutils/bulk_extractor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index 677b25d49d6e..9a849055b884 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= bulk_extractor -PORTVERSION= 1.4.4 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= sysutils -MASTER_SITES= http://www.digitalcorpora.org/downloads/bulk_extractor/ +MASTER_SITES= http://digitalcorpora.org/downloads/bulk_extractor/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Program that scans a disk image and extracts useful information @@ -19,6 +18,7 @@ LIB_DEPENDS= libafflib.so:${PORTSDIR}/sysutils/afflib \ libexpat.so:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes +USE_SQLITE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exiv2=true CPPFLAGS+= -I${LOCALBASE}/include |