summaryrefslogtreecommitdiff
path: root/www/php-owncloud
diff options
context:
space:
mode:
authorgdt <gdt>2011-12-20 01:59:44 +0000
committergdt <gdt>2011-12-20 01:59:44 +0000
commit1e435fb349487296070ad21e0fa1eb03c0e0ca93 (patch)
tree81602d9f6ed3fc224cf2309aff2942c318b67108 /www/php-owncloud
parentc19e4af1346e7449b2e0854b56f61646b3bd3579 (diff)
downloadpkgsrc-1e435fb349487296070ad21e0fa1eb03c0e0ca93.tar.gz
Depend on php-dom, for CALDAV support.
The use of CALDAV (but not the builtin calendar) requires php classes that are, in pkgsrc, part of php-dom. ok ryoon@.
Diffstat (limited to 'www/php-owncloud')
-rw-r--r--www/php-owncloud/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index a277ff18f70..31afccdaf06 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2011/12/18 08:38:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2011/12/20 01:59:44 gdt Exp $
#
DISTNAME= owncloud-2.0.1
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://owncloud.org/releases/
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.2.0:../../archivers/php-zip
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}-dom>=5.2.0:../../textproc/php-dom
.include "options.mk"
WRKSRC= ${WRKDIR}/owncloud