diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:16:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:16:50 +0000 |
commit | 7de5d1e2ebda4c1fde95440510eed5e7b352befe (patch) | |
tree | cf54db602499aa0b635b4da26ee7ed54b01ed4cc | |
parent | 62270ba64217df93693ef6bc8150d1e1476d2e40 (diff) | |
download | pkgsrc-7de5d1e2ebda4c1fde95440510eed5e7b352befe.tar.gz |
Accept any apache package installed available, defaults to apache.
-rw-r--r-- | databases/acid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/acid/Makefile b/databases/acid/Makefile index 7379a6fa6a9..08c2bfefad3 100644 --- a/databases/acid/Makefile +++ b/databases/acid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/20 10:09:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/20 10:16:50 xtraeme Exp $ # DISTNAME= acid-0.9.6b23 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.andrew.cmu.edu/~rdanyliw/snort/snortacid.html COMMENT= Database class library for PHP4 DEPENDS+= ap-php>=4.0.4:../../www/ap-php4 -DEPENDS+= apache>=1.3:../../www/apache +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 |