diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 13:47:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 13:47:38 +0000 |
commit | f6221258472d511a3be2021223479cde69a3bcbe (patch) | |
tree | 3570e8e191393cb9d50a8ab05417fd3f3a35f108 /security | |
parent | d00ef0836e2358618b27d623cc13eec36acafa79 (diff) | |
download | pkgsrc-f6221258472d511a3be2021223479cde69a3bcbe.tar.gz |
Must be restricted to PHP4 as adodb is not available for PHP5.
Diffstat (limited to 'security')
-rw-r--r-- | security/base/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index ef60db17218..25962166101 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/05/18 23:27:22 adrianp Exp $ +# $NetBSD: Makefile,v 1.14 2007/06/30 13:47:38 joerg Exp $ # DISTNAME= base-1.3.6 @@ -9,8 +9,10 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://secureideas.sourceforge.net/ COMMENT= Analysis engine to process a database of security events +# adodb is only available for PHP4 +PHP_VERSIONS_ACCEPTED= 4 + DEPENDS+= adodb>=1.2:../../databases/adodb -DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.0.4:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=4.0.4:../../net/php-sockets DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.0.4:../../databases/php-mysql @@ -75,4 +77,5 @@ do-install: .include "../../mk/apachever.mk" .include "../../lang/php/phpversion.mk" +DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php .include "../../mk/bsd.pkg.mk" |