diff options
author | ale <ale@FreeBSD.org> | 2004-02-25 07:12:15 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-25 07:12:15 +0800 |
commit | 54ce605663c7c6a8b7cac000deb8eb60fbf23b69 (patch) | |
tree | 28fa723a4e9f3c26a2e86954673e3191f04e20fc /security/acid | |
parent | 921d162f27d2d05003eabe78c74fcd136c68bc4c (diff) | |
download | freebsd-ports-gnome-54ce605663c7c6a8b7cac000deb8eb60fbf23b69.tar.gz freebsd-ports-gnome-54ce605663c7c6a8b7cac000deb8eb60fbf23b69.tar.zst freebsd-ports-gnome-54ce605663c7c6a8b7cac000deb8eb60fbf23b69.zip |
Fix adodb dependency.
PR: ports/63312
Submitted by: M. Possamai <possamai@xs4all.nl>
Diffstat (limited to 'security/acid')
-rw-r--r-- | security/acid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/acid/Makefile b/security/acid/Makefile index 1244f5a79d73..6d725b37051a 100644 --- a/security/acid/Makefile +++ b/security/acid/Makefile @@ -14,7 +14,7 @@ MAINTAINER= possamai@xs4all.nl 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 + ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= yes |