diff options
author | mat <mat@FreeBSD.org> | 2016-10-27 17:29:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-27 17:29:33 +0800 |
commit | b2e0c34ac956436bf6f8a9386975ee2186f13a22 (patch) | |
tree | aa88baacdea31ec644cc1d816b9cb30db192f362 /ftp | |
parent | 8fbf82dc51da2ff4f7fd88a0f1ede51d6e58cd20 (diff) | |
download | freebsd-ports-gnome-b2e0c34ac956436bf6f8a9386975ee2186f13a22.tar.gz freebsd-ports-gnome-b2e0c34ac956436bf6f8a9386975ee2186f13a22.tar.zst freebsd-ports-gnome-b2e0c34ac956436bf6f8a9386975ee2186f13a22.zip |
Fix php usage.
Sponsored by: Absolight
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php56-fastdfs/Makefile | 2 | ||||
-rw-r--r-- | ftp/php70-fastdfs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/php56-fastdfs/Makefile b/ftp/php56-fastdfs/Makefile index ce2d42be3b60..5f79752a256c 100644 --- a/ftp/php56-fastdfs/Makefile +++ b/ftp/php56-fastdfs/Makefile @@ -19,7 +19,7 @@ GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 USES= php:ext IGNORE_WITH_PHP= 70 -PHP_DEFAULT= 5.6 +PHP_VER= 56 WRKSRC_SUBDIR= php_client diff --git a/ftp/php70-fastdfs/Makefile b/ftp/php70-fastdfs/Makefile index cf4f689bbe30..2c3969e8de4d 100644 --- a/ftp/php70-fastdfs/Makefile +++ b/ftp/php70-fastdfs/Makefile @@ -19,7 +19,7 @@ GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 USES= php:ext IGNORE_WITH_PHP= 56 -PHP_DEFAULT= 7.0 +PHP_VER= 70 WRKSRC_SUBDIR= php_client |