diff options
author | mat <mat@FreeBSD.org> | 2015-11-13 23:54:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-11-13 23:54:09 +0800 |
commit | 24dc69d27d7a4bd0f7d422975565c9d5aefc7f2b (patch) | |
tree | c1daa2b597f97b4334ff905220ed788987133432 /sysutils | |
parent | cb3b6eb8d01a2d212b76ca0773c44657c25d475e (diff) | |
download | freebsd-ports-gnome-24dc69d27d7a4bd0f7d422975565c9d5aefc7f2b.tar.gz freebsd-ports-gnome-24dc69d27d7a4bd0f7d422975565c9d5aefc7f2b.tar.zst freebsd-ports-gnome-24dc69d27d7a4bd0f7d422975565c9d5aefc7f2b.zip |
IGNORE_WITH_PHP=54 does not do anything, php 5.4 is called 5 here, so
add 5 to the list.
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pcbsd-appweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pcbsd-appweb/Makefile b/sysutils/pcbsd-appweb/Makefile index 7ab6366f6d53..1eff6607a9c9 100644 --- a/sysutils/pcbsd-appweb/Makefile +++ b/sysutils/pcbsd-appweb/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= syscache:${PORTSDIR}/sysutils/pcbsd-syscache \ warden:${PORTSDIR}/sysutils/warden \ nginx:${PORTSDIR}/www/nginx -IGNORE_WITH_PHP=54 +IGNORE_WITH_PHP=5 54 USE_PHP= filter gd json session WRKSRC_SUBDIR= src-webui USES= pkgconfig tar:xz |