diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /www/owncloud | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) | |
download | ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip |
Notes
Diffstat (limited to 'www/owncloud')
-rw-r--r-- | www/owncloud/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 060e30965454..0dc5e65c1fbd 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -11,13 +11,12 @@ COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING-AGPL -USES= cpe tar:bzip2 +USES= cpe tar:bzip2 ssl IGNORE_WITH_PHP= 71 USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib WANT_PHP_WEB= yes -USE_OPENSSL= yes OWNCLOUD_USERNAME?= ${WWWOWN} OWNCLOUD_GROUPNAME?= ${WWWGRP} |