diff options
-rw-r--r-- | databases/php-dbase/Makefile | 4 | ||||
-rw-r--r-- | databases/php-dbx/Makefile | 7 | ||||
-rw-r--r-- | security/php-mhash/Makefile | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/databases/php-dbase/Makefile b/databases/php-dbase/Makefile index b505558177c..99450ead3c6 100644 --- a/databases/php-dbase/Makefile +++ b/databases/php-dbase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $ +# $NetBSD: Makefile,v 1.11 2010/03/21 11:20:41 jdolecek Exp $ MODNAME= dbase CATEGORIES+= databases @@ -10,7 +10,7 @@ CONFLICTS= php-dbase-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared -PHP_VERSION_REQD= 5 +PHP_VERSIONS_ACCEPTED= 52 .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile index 4443fb068a2..d6bd568db57 100644 --- a/databases/php-dbx/Makefile +++ b/databases/php-dbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/03/16 11:56:22 taca Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/21 11:20:41 jdolecek Exp $ MODNAME= dbx PECL_VERSION= 1.1.0 @@ -11,10 +11,7 @@ MAINTAINER= jdolecek@NetBSD.org CONFLICTS= php-dbx-[0-9]* -# -# can't catch up with PHP 5.3. -# -PHP_VERSION_REQD= 5 +PHP_VERSIONS_ACCEPTED= 52 .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile index 0da98ffba3e..ce9345eaa6f 100644 --- a/security/php-mhash/Makefile +++ b/security/php-mhash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $ +# $NetBSD: Makefile,v 1.11 2010/03/21 11:20:41 jdolecek Exp $ MODNAME= mhash CATEGORIES+= security @@ -10,7 +10,7 @@ CONFLICTS= php-mhash-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash} -PHP_VERSION_REQD= 5 +PHP_VERSIONS_ACCEPTED= 52 .include "../../lang/php/ext.mk" .include "../../security/mhash/buildlink3.mk" |