From 6034da1f4d00055465ea141ea41902be2abfa2d2 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 15 Aug 2013 06:19:57 +0000 Subject: Add missing dependency. PR: ports/181293 Submitted by: Loic Blot --- www/owncloud/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index fdffa399d253..f705da83d7fa 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 5.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -16,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ - zip zlib + wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 -- cgit