diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-16 09:37:21 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-16 09:37:21 +0000 |
commit | 25662858513a3f9dd1fd95bb1e4eeab97fc7bcb8 (patch) | |
tree | 6c02c08cc22b3d330faea83dc8476de811621d45 /www | |
parent | d740b33a2a6189dab8c5ab1985ba84c98d699254 (diff) | |
download | pkgsrc-25662858513a3f9dd1fd95bb1e4eeab97fc7bcb8.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/Makefile | 7 |
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 |