aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-11-13 23:54:09 +0800
committermat <mat@FreeBSD.org>2015-11-13 23:54:09 +0800
commit24dc69d27d7a4bd0f7d422975565c9d5aefc7f2b (patch)
treec1daa2b597f97b4334ff905220ed788987133432 /databases
parentcb3b6eb8d01a2d212b76ca0773c44657c25d475e (diff)
downloadfreebsd-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 'databases')
-rw-r--r--databases/phpmyadmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index d8e25f867796..21ac3bacbdcd 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -18,7 +18,7 @@ CPE_PRODUCT= ${PORTNAME:tl}
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
-IGNORE_WITH_PHP=54
+IGNORE_WITH_PHP=5 54
USE_PHP= ctype session filter mbstring json spl mysqli
.endif