summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-06-14 10:30:02 +0000
committersbd <sbd@pkgsrc.org>2012-06-14 10:30:02 +0000
commitf875da7233861c1c9e014cbdf1afa3bdc46ac155 (patch)
tree86543ae5397c3ffd7a708153751e27e70a63d54b /www
parentd564a6dbd661e316b6f78d63558e67f627e0b3ae (diff)
downloadpkgsrc-f875da7233861c1c9e014cbdf1afa3bdc46ac155.tar.gz
Add version to php-pdo_sqlite dependency
Diffstat (limited to 'www')
-rw-r--r--www/php-owncloud/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index 4f4fe614b40..c4653ae9263 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/06/13 23:28:32 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/14 10:30:02 sbd Exp $
#
DISTNAME= owncloud-4.0.1
@@ -20,7 +20,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.2.0:../../archivers/php-zip
-DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite:../../databases/php-pdo_sqlite
+DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.2.0:../../databases/php-pdo_sqlite
.include "options.mk"
WRKSRC= ${WRKDIR}/owncloud