diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-08 19:48:41 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-08 19:48:41 +0000 |
| commit | a1993564e04f29ecbaa05be740547c8677d423cd (patch) | |
| tree | a942b9de6ec3ced252f123bf8a905b18d685aa72 /www/owncloud | |
| parent | 868fb29f23bfae4d55ab923ea34259adf63b4886 (diff) | |
Notes
Diffstat (limited to 'www/owncloud')
| -rw-r--r-- | www/owncloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 9058e975a2d5..6bf692817099 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -41,7 +41,7 @@ MYSQL_USES= mysql PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql,pgsql SQLITE_USE= PHP=pdo_sqlite,sqlite3 -SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient +SMB_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR} SSL_USE= PHP=openssl do-install: |
