diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-06-17 15:45:11 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-06-17 15:45:11 +0800 |
commit | a2ebb68a02f51c6714387c7dab5a64b5bd255a96 (patch) | |
tree | 7c7a07d966294c21b85f533b27ed87e304d9b53a /www/owncloud | |
parent | c0f46542ad2739f3f53c55a133f0172d9338d32d (diff) | |
download | freebsd-ports-gnome-a2ebb68a02f51c6714387c7dab5a64b5bd255a96.tar.gz freebsd-ports-gnome-a2ebb68a02f51c6714387c7dab5a64b5bd255a96.tar.zst freebsd-ports-gnome-a2ebb68a02f51c6714387c7dab5a64b5bd255a96.zip |
Add a missing dom extension
Reported by: Florian Paul Hoberg <paul at hoberg dot cc>
Diffstat (limited to 'www/owncloud')
-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 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 |