summaryrefslogtreecommitdiff
path: root/databases/php-dbx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/php-dbx/Makefile')
-rw-r--r--databases/php-dbx/Makefile7
1 files changed, 6 insertions, 1 deletions
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"