Add a missing dom extension
Reported by: Florian Paul Hoberg <paul at hoberg dot cc>
This commit is contained in:
parent
8f34560311
commit
a6a9e34547
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299447
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue