diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2017-12-16 18:20:14 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2017-12-16 18:20:14 +0800 |
commit | 0ebf6dc8dbdcf8186be8ebf211b85583e0fa7be0 (patch) | |
tree | 2f5390baa8876f311c03d69793e3a10cb4c9cae5 /www | |
parent | aacc4579ecca6572356f56648be7076c05592682 (diff) | |
download | freebsd-ports-gnome-0ebf6dc8dbdcf8186be8ebf211b85583e0fa7be0.tar.gz freebsd-ports-gnome-0ebf6dc8dbdcf8186be8ebf211b85583e0fa7be0.tar.zst freebsd-ports-gnome-0ebf6dc8dbdcf8186be8ebf211b85583e0fa7be0.zip |
- Explicitly specify PHP_VER, this fixes when default php version is not 5.6
Notified by: brnrd
Approved by: osa (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/unit-php56/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/unit-php56/Makefile b/www/unit-php56/Makefile index 19673cf856ee..68e82251ca6c 100644 --- a/www/unit-php56/Makefile +++ b/www/unit-php56/Makefile @@ -1,6 +1,8 @@ # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ +PHP_VER?= 56 + PKGNAMESUFFIX= -php${PHP_VER} COMMENT= PHP module for NGINX Unit |