summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_sqlite
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-15 16:45:59 +0000
committertaca <taca@pkgsrc.org>2010-03-15 16:45:59 +0000
commit7e9290b8e535f3225aa136560c7c7b15f5bb99bd (patch)
tree999b91342e316c9b622432535a8b50c5a680392f /databases/pear-MDB2_Driver_sqlite
parent8c91adf67a33dacb448a87bdb94fccb2701cebee (diff)
downloadpkgsrc-7e9290b8e535f3225aa136560c7c7b15f5bb99bd.tar.gz
Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now. No functional change.
Diffstat (limited to 'databases/pear-MDB2_Driver_sqlite')
-rw-r--r--databases/pear-MDB2_Driver_sqlite/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile
index 3151320b89f..020735af6a8 100644
--- a/databases/pear-MDB2_Driver_sqlite/Makefile
+++ b/databases/pear-MDB2_Driver_sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/03/15 16:45:59 taca Exp $
DISTNAME= MDB2_Driver_sqlite-1.5.0b2
CATEGORIES= databases
@@ -9,8 +9,6 @@ COMMENT= Sqlite MDB2 driver
PKG_DESTDIR_SUPPORT= user-destdir
-PHP_VERSIONS_ACCEPTED= 5
-
DEPENDS+= ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2