summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-27 09:29:23 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-27 09:29:23 +0000
commitcb15e80656df1f725c107a67075b85fde3213766 (patch)
treea407beaebe1195e009b98c77d8eb648d13ef7834 /graphics
parentImport a patch to fix compress("::") calls (diff)
Remove obsolete PHP versions checks.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424753
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mapserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 60e2db03fa56..64bc630f2086 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -126,7 +126,7 @@ CMAKE_ARGS+= -DWITH_POSTGIS=0
.if ${PORT_OPTIONS:MPHP}
USES+= php:build
-IGNORE_WITH_PHP= 55 70
+IGNORE_WITH_PHP= 70
CMAKE_ARGS+= -DWITH_PHP=1
PLIST_SUB+= PHP=""
.else