summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_sqlite
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-11-08 14:28:56 +0000
committertaca <taca@pkgsrc.org>2012-11-08 14:28:56 +0000
commit100f1d4e03dc391db1c1d596d67d201cd31449b3 (patch)
tree961a8457d35256d468f7f077c072dc621ffc97e3 /databases/pear-MDB2_Driver_sqlite
parent000190a0a06bb32a99aafb4c26ab3e7d2ae763b1 (diff)
downloadpkgsrc-100f1d4e03dc391db1c1d596d67d201cd31449b3.tar.gz
Remove left over "52" (php52) from PHP_VERSIONS_ACCEPTED.
Thnaks joerg@ who noted to me via private mail.
Diffstat (limited to 'databases/pear-MDB2_Driver_sqlite')
-rw-r--r--databases/pear-MDB2_Driver_sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile
index 6aa7777d343..e5f017733ce 100644
--- a/databases/pear-MDB2_Driver_sqlite/Makefile
+++ b/databases/pear-MDB2_Driver_sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/02 21:25:37 asau Exp $
+# $NetBSD: Makefile,v 1.10 2012/11/08 14:28:56 taca Exp $
DISTNAME= MDB2_Driver_sqlite-1.5.0b3
CATEGORIES= databases
@@ -7,7 +7,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/MDB2_Driver_sqlite
COMMENT= Sqlite MDB2 driver
-PHP_VERSIONS_ACCEPTED= 52 53
+PHP_VERSIONS_ACCEPTED= 53
DEPENDS+= ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2