summaryrefslogtreecommitdiff
path: root/lang/php73
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-06 11:22:12 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-06 11:22:12 +0000
commit968c62c6fbc9cd1fa4488b835da6c291ebc885e6 (patch)
tree57498af909660129f51b9c8c5792e61977855025 /lang/php73
parent4fa23dabbdce9cfbfde47abd0a56ee7c4127b8c2 (diff)
downloadfreebsd-ports-968c62c6fbc9cd1fa4488b835da6c291ebc885e6.zip
Remove version 7.0 from the IGNORE_WITH_PHP list.
Diffstat (limited to 'lang/php73')
-rw-r--r--lang/php73/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php73/Makefile.ext b/lang/php73/Makefile.ext
index d97d2776711e..79ff1d80af67 100644
--- a/lang/php73/Makefile.ext
+++ b/lang/php73/Makefile.ext
@@ -5,7 +5,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php
USES+= php:ext,noflavors
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
PHP_VER= 73
-IGNORE_WITH_PHP= 56 70 71 72
+IGNORE_WITH_PHP= 56 71 72
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
WRKSRC= ${WRKDIR}/${EXTSUBDIR}