diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-28 16:02:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-28 16:02:34 +0000 |
commit | e05c94872583a6a4396b48b42af539de97a96d95 (patch) | |
tree | a39eebf4ca41d5da9e3a8166ea237f6af84f16fe /databases/php5-redis | |
parent | - Update options (diff) |
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
Notes
Notes:
svn path=/head/; revision=390794
Diffstat (limited to 'databases/php5-redis')
-rw-r--r-- | databases/php5-redis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php5-redis/Makefile b/databases/php5-redis/Makefile index a8320f66bdc7..68620a535d8b 100644 --- a/databases/php5-redis/Makefile +++ b/databases/php5-redis/Makefile @@ -14,7 +14,7 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 USE_GITHUB= yes GH_ACCOUNT= phpredis |