aboutsummaryrefslogtreecommitdiff
path: root/lang/php56
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile2
-rw-r--r--lang/php56/Makefile.ext2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index 93c93c93fde8..c0d2c7712031 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \
.if defined(PKGNAMEPREFIX)
USES+= php
-PHP_DEFAULT= 5.6
+PHP_VER= 56
IGNORE_WITH_PHP=53 54 5
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 609fcbf7bf29..9a7942269e45 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/Makefile.ext
@@ -2,7 +2,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php
USES+= php:ext
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-PHP_DEFAULT= 5.6
+PHP_VER= 56
IGNORE_WITH_PHP= 55 70
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}