diff options
author | ale <ale@FreeBSD.org> | 2012-05-16 15:37:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-16 15:37:04 +0800 |
commit | 0eeea621dd9cabb58c0520c76c47af096f39b824 (patch) | |
tree | f0f8253b257082f0dcbb68334515cd2e9d34ab1a /www/owncloud | |
parent | 6114ed6c930dcd43fd5cb27d2d7d14289eea1eca (diff) | |
download | freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.tar.gz freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.tar.zst freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.zip |
Switch to default PHP 5.3, since not compatible with PHP 5.4.
Diffstat (limited to 'www/owncloud')
-rw-r--r-- | www/owncloud/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index f77a4b91aba9..9c6ed25872ac 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -20,6 +20,8 @@ USE_BZIP2= yes USE_PHP= ctype curl gd hash json mbstring mysql pdo session \ simplexml sqlite xml zip WANT_PHP_WEB= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 WWWDOCROOT?= www |