summaryrefslogtreecommitdiff
path: root/security/acid
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-23 22:14:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-23 22:14:01 +0000
commit37fed81ac9126bbf298bc9bcae29cf901e42f8ec (patch)
tree3346bebe3ecf8cb1be5953a42bdee96ca22cda82 /security/acid
parentAdd ipgrab, a verbose packet sniffer that displays a great amount of detail (diff)
- Unbreak by changin mysql dependency
PR: ports/61792 (inspired by) Submitted by: Michele Possamai <possamai@xs4all.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=98922
Diffstat (limited to 'security/acid')
-rw-r--r--security/acid/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/acid/Makefile b/security/acid/Makefile
index 2100e3cbd0ce..e196dbb69c2a 100644
--- a/security/acid/Makefile
+++ b/security/acid/Makefile
@@ -13,8 +13,7 @@ MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/
MAINTAINER= possamai@xs4all.nl
COMMENT= Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
-RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
- ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
+RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
${LOCALBASE}/www/data.default/php/adodb:${PORTSDIR}/databases/adodb
.if defined(WITH_APACHE2)
@@ -23,6 +22,8 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.endif
+USE_MYSQL= yes
+
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes