summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordholland <dholland>2012-06-16 09:37:21 +0000
committerdholland <dholland>2012-06-16 09:37:21 +0000
commitc0968bca0cbfa77b6a3c2678c2f3619e32058975 (patch)
tree6c02c08cc22b3d330faea83dc8476de811621d45 /www
parent9900294b9b40b3aa5b54c14f9dc33fdc224d4de3 (diff)
downloadpkgsrc-c0968bca0cbfa77b6a3c2678c2f3619e32058975.tar.gz
php-sqlite referenced by default in options.mk does not support
php54, so mark this incompatible so pbulk stops croaking. XXX: someone please fix this correctly
Diffstat (limited to 'www')
-rw-r--r--www/php-owncloud/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index 46184ab9dcb..e480a60a854 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/06/16 05:28:07 taca Exp $
+# $NetBSD: Makefile,v 1.12 2012/06/16 09:37:21 dholland Exp $
#
DISTNAME= owncloud-4.0.1
@@ -15,6 +15,11 @@ LICENSE= gnu-agpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
+# php-sqlite referenced by default in options.mk does not support
+# php54, so mark this incompatible so pbulk stops croaking.
+# XXX: someone please fix this correctly
+PHP_VERSIONS_ACCEPTED= 52 53
+
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json