diff options
author | mat <mat@FreeBSD.org> | 2016-04-07 00:57:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-07 00:57:15 +0800 |
commit | d0d331c2a08e3d53cbec8562afb2548480dffac9 (patch) | |
tree | 8ff1adcda041a8b0ffa08eaa7fd60886f6cc9511 /databases/php56-redis | |
parent | d624f4049081075c5726f378e55e11b555e34767 (diff) | |
download | freebsd-ports-gnome-d0d331c2a08e3d53cbec8562afb2548480dffac9.tar.gz freebsd-ports-gnome-d0d331c2a08e3d53cbec8562afb2548480dffac9.tar.zst freebsd-ports-gnome-d0d331c2a08e3d53cbec8562afb2548480dffac9.zip |
Backout those, even though it is silly as only the global default php
version can really be used.
Noted by: antoine
Sponsored by: Absolight
Diffstat (limited to 'databases/php56-redis')
-rw-r--r-- | databases/php56-redis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/php56-redis/Makefile b/databases/php56-redis/Makefile index 8e26257564f4..4864201131cf 100644 --- a/databases/php56-redis/Makefile +++ b/databases/php56-redis/Makefile @@ -14,6 +14,7 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes +PHP_DEFAULT= 5.6 IGNORE_WITH_PHP= 55 70 USE_GITHUB= yes |