mirror of https://git.FreeBSD.org/ports.git
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:
parent
ce8aef62d2
commit
6e5e1ed52c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue