summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2010-03-16 11:56:22 +0000
committertaca <taca>2010-03-16 11:56:22 +0000
commit0653a0fa3227548edd7b83607dd5020b93c92453 (patch)
tree35c6ce9e6eb45e3af2a650e3cefb97d6c4e8fd20 /databases
parent66d237e57a740fa38ea075831d6cae71d5aa7f38 (diff)
downloadpkgsrc-0653a0fa3227548edd7b83607dd5020b93c92453.tar.gz
Restrict to php5 with PHP_VERSION_REQD.
These packages are dropped on PHP 5.3 or has build problem. No functional change.
Diffstat (limited to 'databases')
-rw-r--r--databases/php-dbase/Makefile4
-rw-r--r--databases/php-dbx/Makefile7
2 files changed, 9 insertions, 2 deletions
diff --git a/databases/php-dbase/Makefile b/databases/php-dbase/Makefile
index 8fb573ac9cb..b505558177c 100644
--- a/databases/php-dbase/Makefile
+++ b/databases/php-dbase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $
MODNAME= dbase
CATEGORIES+= databases
@@ -10,5 +10,7 @@ CONFLICTS= php-dbase-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared
+PHP_VERSION_REQD= 5
+
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile
index c63e3160d51..4443fb068a2 100644
--- a/databases/php-dbx/Makefile
+++ b/databases/php-dbx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2010/03/16 11:56:22 taca Exp $
MODNAME= dbx
PECL_VERSION= 1.1.0
@@ -11,5 +11,10 @@ MAINTAINER= jdolecek@NetBSD.org
CONFLICTS= php-dbx-[0-9]*
+#
+# can't catch up with PHP 5.3.
+#
+PHP_VERSION_REQD= 5
+
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"