diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /security/aide | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 1e7261d7a7b4..ab028f2ddd69 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -7,7 +7,7 @@ PORTNAME= aide PORTVERSION= 0.13.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF \ http://www.cs.tut.fi/~rammer/ @@ -22,7 +22,7 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash USE_GMAKE= yes USE_BISON= build -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ |