diff options
author | pav <pav@FreeBSD.org> | 2004-01-24 06:14:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-24 06:14:01 +0800 |
commit | 6a590c85d56f5c88a3dfd0cd0e3dcf8076cca8fc (patch) | |
tree | 80b2151668c34c5eecac454276a406acb4df61e0 /security | |
parent | ab4b29e645261a612192e0c6c2ac0e559343bc6b (diff) | |
download | freebsd-ports-gnome-6a590c85d56f5c88a3dfd0cd0e3dcf8076cca8fc.tar.gz freebsd-ports-gnome-6a590c85d56f5c88a3dfd0cd0e3dcf8076cca8fc.tar.zst freebsd-ports-gnome-6a590c85d56f5c88a3dfd0cd0e3dcf8076cca8fc.zip |
- Unbreak by changin mysql dependency
PR: ports/61792 (inspired by)
Submitted by: Michele Possamai <possamai@xs4all.nl> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/acid/Makefile | 5 |
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 |