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/sams | |
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/sams')
-rw-r--r-- | www/sams/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/sams/Makefile b/www/sams/Makefile index d097321682d4..f673c8e539e5 100644 --- a/www/sams/Makefile +++ b/www/sams/Makefile @@ -32,6 +32,8 @@ USE_PHP= ctype curl gettext hash iconv json mysql \ pcre pdo pdo_sqlite posix session \ simplexml spl sqlite tokenizer \ xmlwriter zlib xmlreader +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 USE_MYSQL= 5.0 |