diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-16 14:21:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-16 14:21:01 +0000 |
commit | 9ac659e93887a76204af09fec851ddc5f4048dba (patch) | |
tree | b4e8756b74d75a336c62a3f9f411c65b313331a3 /security/acid | |
parent | 4e3cfa31e57ccd7c50181fc04ae0e4b01cba8e99 (diff) | |
download | ports-9ac659e93887a76204af09fec851ddc5f4048dba.tar.gz ports-9ac659e93887a76204af09fec851ddc5f4048dba.zip |
Notes
Diffstat (limited to 'security/acid')
-rw-r--r-- | security/acid/Makefile | 13 | ||||
-rw-r--r-- | security/acid/distinfo | 1 | ||||
-rw-r--r-- | security/acid/pkg-message | 2 |
3 files changed, 3 insertions, 13 deletions
diff --git a/security/acid/Makefile b/security/acid/Makefile index 2f27a9ae19bf..a60ae631142d 100644 --- a/security/acid/Makefile +++ b/security/acid/Makefile @@ -16,18 +16,9 @@ COMMENT= Analysis Console for Intrusion Databases (ACID) with Snort and MySQL RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${LOCALBASE}/www/data.default/php/adodb:${PORTSDIR}/databases/adodb -.if defined(WITH_APACHE2) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 -.endif - -BROKEN= "Inconsistent dependencies (mod_php4 and php4)" -DEPRECATED= "This port will be removed on April 15 if it is still broken." - -USE_MYSQL= yes - WRKSRC= ${WRKDIR}/${PORTNAME} +USE_PHP= yes +WANT_PHP_WEB= yes NO_BUILD= yes do-install: diff --git a/security/acid/distinfo b/security/acid/distinfo index da5b8b726c27..ebcb2138d5e8 100644 --- a/security/acid/distinfo +++ b/security/acid/distinfo @@ -1 +1,2 @@ MD5 (acid-0.9.6b23.tar.gz) = d8c49614393fa05ac140de349f57e438 +SIZE (acid-0.9.6b23.tar.gz) = 116728 diff --git a/security/acid/pkg-message b/security/acid/pkg-message index d26178eeb0a8..7fe48e56513a 100644 --- a/security/acid/pkg-message +++ b/security/acid/pkg-message @@ -1,4 +1,3 @@ - ************************************************************ Please read the README file located at: @@ -7,4 +6,3 @@ Please read the README file located at: for how to configure %%PREFIX%%/www/acid/acid_conf.php after installation. ************************************************************ - |