svn commit: r324752 - head/www/owncloud
Kevin Lo
kevlo at FreeBSD.org
Thu Aug 15 06:19:58 UTC 2013
Author: kevlo
Date: Thu Aug 15 06:19:57 2013
New Revision: 324752
URL: http://svnweb.freebsd.org/changeset/ports/324752
Log:
Add missing dependency.
PR: ports/181293
Submitted by: Loic Blot <root at www.unix-experience dot fr>
Modified:
head/www/owncloud/Makefile
Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile Thu Aug 15 06:12:48 2013 (r324751)
+++ head/www/owncloud/Makefile Thu Aug 15 06:19:57 2013 (r324752)
@@ -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
More information about the svn-ports-head
mailing list