diff options
author | wg <wg@FreeBSD.org> | 2013-09-27 09:42:40 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-27 09:42:40 +0800 |
commit | 2884430ece7eac221324fddafe06527b91be758a (patch) | |
tree | cfa038daa0e465c0655823781edb7f233136ed23 | |
parent | 80d99c9682493fdeb8fc86fa977b1389b2a9520a (diff) | |
download | freebsd-ports-gnome-2884430ece7eac221324fddafe06527b91be758a.tar.gz freebsd-ports-gnome-2884430ece7eac221324fddafe06527b91be758a.tar.zst freebsd-ports-gnome-2884430ece7eac221324fddafe06527b91be758a.zip |
www/owncloud: add openssl PHP extension
- Add openssl PHP extension, required for encryption app
Approved by: maintainer (via email)
-rw-r--r-- | www/owncloud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index ba51ca910133..0f04bd2c7e01 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -15,8 +15,8 @@ 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 \ - wddx zip zlib + mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ + sqlite3 xml wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 |