diff options
Diffstat (limited to 'lang/php83/Makefile')
-rw-r--r-- | lang/php83/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 3a594f51c3e5..392e005a4f2c 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -195,7 +195,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 83 -IGNORE_WITH_PHP= 81 82 +IGNORE_WITH_PHP= 81 82 84 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} |