diff options
Diffstat (limited to 'www/sams/Makefile')
-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 |