From a6a9e345474e7f4f7d3b0a3df37e4dee4dde1894 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 17 Jun 2012 07:45:11 +0000 Subject: [PATCH] Add a missing dom extension Reported by: Florian Paul Hoberg --- www/owncloud/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index be1fae0262b8..2ca0365ba0d8 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -7,6 +7,7 @@ PORTNAME= owncloud PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ @@ -17,7 +18,7 @@ BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PHP= ctype curl gd hash json mbstring mysql pdo pdo_sqlite \ +USE_PHP= ctype curl dom gd hash json mbstring mysql pdo pdo_sqlite \ session simplexml sqlite3 xml zip WANT_PHP_WEB= yes DEFAULT_PHP_VER=5