aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-24 14:53:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-24 14:53:18 +0000
commit2928cfab4004485b4dfefe0b054ef10ce04a883b (patch)
tree4d03674d19f953f4563cde94a99ffa89706ee52b /databases
parentbab741b7564937ee3477158106a2514ab3647f04 (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/php56-redis/Makefile2
-rw-r--r--databases/php70-redis/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/php56-redis/Makefile b/databases/php56-redis/Makefile
index c2e3f94fd04a..d17cf5bc5804 100644
--- a/databases/php56-redis/Makefile
+++ b/databases/php56-redis/Makefile
@@ -14,7 +14,7 @@ LICENSE= PHP301
USES= php:ext
USE_PHP= session:build
-PHP_DEFAULT= 5.6
+PHP_VER= 56
IGNORE_WITH_PHP= 55 70
USE_GITHUB= yes
diff --git a/databases/php70-redis/Makefile b/databases/php70-redis/Makefile
index 404c44f69b51..cdc58958de5e 100644
--- a/databases/php70-redis/Makefile
+++ b/databases/php70-redis/Makefile
@@ -13,7 +13,7 @@ LICENSE= PHP301
USES= php:ext
USE_PHP= session:build
-PHP_DEFAULT= 7.0
+PHP_VER= 70
IGNORE_WITH_PHP= 55 56
USE_GITHUB= yes