diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /security/aide | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 40e426172382..7d662fecc3c0 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -7,6 +7,7 @@ PORTNAME= aide PORTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.tut.fi/~rammer/ @@ -20,7 +21,7 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash .include <bsd.port.pre.mk> USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_AUTOTOOLS= autoconf:261 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ |