aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2017-12-16 18:20:14 +0800
committerlwhsu <lwhsu@FreeBSD.org>2017-12-16 18:20:14 +0800
commit0ebf6dc8dbdcf8186be8ebf211b85583e0fa7be0 (patch)
tree2f5390baa8876f311c03d69793e3a10cb4c9cae5 /www
parentaacc4579ecca6572356f56648be7076c05592682 (diff)
downloadfreebsd-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/Makefile2
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