diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:31:31 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:31:31 +0000 |
commit | 2560415070b6f3399e41a1b4bd1d8989779d0fe4 (patch) | |
tree | ea06b51be53adc93de6a9b5b814a9e8a3d3b91b4 /databases/acid | |
parent | 8f86de1b7a8349251b5b879ed3b9452635241225 (diff) | |
download | pkgsrc-2560415070b6f3399e41a1b4bd1d8989779d0fe4.tar.gz |
drop dependence on ap-php4 and Apache - the package should work on anything
PHP-enabled
bump PKGREVISION
Diffstat (limited to 'databases/acid')
-rw-r--r-- | databases/acid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/acid/Makefile b/databases/acid/Makefile index 98f50653755..4ab962074a6 100644 --- a/databases/acid/Makefile +++ b/databases/acid/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2004/10/02 14:58:39 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/31 23:31:31 jdolecek Exp $ # DISTNAME= acid-0.9.6b23 +PKGREVISION= 1 CATEGORIES= databases www MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/ @@ -9,8 +10,6 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.andrew.cmu.edu/~rdanyliw/snort/snortacid.html COMMENT= Analysis engine to process a database of security events -DEPENDS+= ap-php>=4.0.4:../../www/ap-php4 -DEPENDS+= {apache,6,2}-[0-9]*:../../www/apache DEPENDS+= adodb>=1.2:../../databases/adodb DEPENDS+= php-jpgraph>=1.8:../../graphics/php-jpgraph DEPENDS+= php-gd>=4.0.4:../../graphics/php4-gd |