diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-04-11 19:53:48 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-04-11 19:53:48 +0000 |
commit | d109246d87adff23445c855a40d1413714ae8f27 (patch) | |
tree | 64345ebc4391f2b2c888f8bc0b9d2a7813c15e2a /security/aide | |
parent | 4b3c0e340e90d38a452227cf84861401cee796b1 (diff) |
Notes
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 85733d3b71b6..5a4e3a6e4891 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -13,11 +13,11 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash +USES= bison .include <bsd.port.pre.mk> USE_GMAKE= yes -USES= bison USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ |