diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-06 15:07:48 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-06 15:07:48 +0000 |
| commit | 8a67aac57d41e0ce60074a917f37465b687153dc (patch) | |
| tree | 24258030068d299855827872985728df1615ee13 /sysutils/afflib/Makefile | |
| parent | 7439cb151f6011752dae72c1bb0f44482805f41b (diff) | |
Notes
Diffstat (limited to 'sysutils/afflib/Makefile')
| -rw-r--r-- | sysutils/afflib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index 4a1ef379f967..1315ea8b7347 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afflib -PORTVERSION= 3.0.6 +PORTVERSION= 3.1.3 CATEGORIES= sysutils MASTER_SITES= http://www.afflib.org/downloads/ @@ -15,13 +15,15 @@ MAINTAINER= chris@securityforensics.co.uk COMMENT= The Advanced Forensics Format library and utilities LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \ - expat.6:${PORTSDIR}/textproc/expat2 + expat:${PORTSDIR}/textproc/expat2 \ + curl:${PORTSDIR}/ftp/curl USE_OPENSSL= yes USE_ICONV = yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 +CONFIGURE_ARGS= --enable-s3=yes CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \ LDFLAGS='${PTHREAD_LIBS}' CFLAGS+= ${PTHREAD_LIBS} |
