summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/php-dbase/Makefile4
-rw-r--r--databases/php-dbx/Makefile7
-rw-r--r--lang/php5-perl/Makefile5
-rw-r--r--security/php-mhash/Makefile4
-rw-r--r--textproc/php-pspell/Makefile4
5 files changed, 17 insertions, 7 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"
diff --git a/lang/php5-perl/Makefile b/lang/php5-perl/Makefile
index a2874d2a2ba..9cd3341ccf9 100644
--- a/lang/php5-perl/Makefile
+++ b/lang/php5-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/01/13 22:47:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2010/03/16 11:56:22 taca Exp $
MODNAME= perl
PKGMODNAME= perl
@@ -10,9 +10,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-perl=${PREFIX}
-PHP_VERSIONS_ACCEPTED= 5
+PHP_VERSION_REQD= 5
.include "../../lang/perl5/buildlink3.mk"
-
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile
index e4b8d1b8c42..0da98ffba3e 100644
--- a/security/php-mhash/Makefile
+++ b/security/php-mhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $
MODNAME= mhash
CATEGORIES+= security
@@ -10,6 +10,8 @@ CONFLICTS= php-mhash-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
+PHP_VERSION_REQD= 5
+
.include "../../lang/php/ext.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile
index bd5afa34e93..b62adacc3af 100644
--- a/textproc/php-pspell/Makefile
+++ b/textproc/php-pspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:51 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/03/16 11:56:22 taca Exp $
MODNAME= pspell
CATEGORIES+= textproc
@@ -10,6 +10,8 @@ CONFLICTS= php-pspell-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
+PHP_VERSION_REQD= 5
+
.include "../../lang/php/ext.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"