lang/php83-extensions: Fix build

This port should build with php83 and ignore with php 80, 81 and 82.

PR:		274137
This commit is contained in:
Thomas Hurst 2023-09-28 08:47:52 +02:00 committed by Muhammad Moinur Rahman
parent ce8aef62d2
commit 6e5e1ed52c
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ WWW= https://www.php.net/
USES= metaport php
PHP_VER= 82
IGNORE_WITH_PHP= 80 81
PHP_VER= 83
IGNORE_WITH_PHP= 80 81 82
OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \
FILEINFO FILTER FTP GD GETTEXT GMP ICONV IMAP INTL LDAP \