diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-08-15 14:19:57 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-08-15 14:19:57 +0800 |
commit | 6034da1f4d00055465ea141ea41902be2abfa2d2 (patch) | |
tree | 1182eae8c29d71c00156b631db108f03ecb798ba /www | |
parent | d05ec3a23570cdaf37a59f1a7f71a168547a924d (diff) | |
download | freebsd-ports-gnome-6034da1f4d00055465ea141ea41902be2abfa2d2.tar.gz freebsd-ports-gnome-6034da1f4d00055465ea141ea41902be2abfa2d2.tar.zst freebsd-ports-gnome-6034da1f4d00055465ea141ea41902be2abfa2d2.zip |
Add missing dependency.
PR: ports/181293
Submitted by: Loic Blot <root at www.unix-experience dot fr>
Diffstat (limited to 'www')
-rw-r--r-- | www/owncloud/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |