aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hurst <tom@hur.st>2023-09-28 06:47:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-28 18:56:24 +0000
commit6e5e1ed52c091b325421adea7be4d0c5413f58af (patch)
tree617524fd6640debe00ff08cd7f281c0a0631973e
parentce8aef62d209464738d0fb49144142c2b2868aee (diff)
downloadports-6e5e1ed52c091b325421adea7be4d0c5413f58af.tar.gz
ports-6e5e1ed52c091b325421adea7be4d0c5413f58af.zip
lang/php83-extensions: Fix build
This port should build with php83 and ignore with php 80, 81 and 82. PR: 274137
-rw-r--r--lang/php83-extensions/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php83-extensions/Makefile b/lang/php83-extensions/Makefile
index 53c961e03081..5c369dd403d2 100644
--- a/lang/php83-extensions/Makefile
+++ b/lang/php83-extensions/Makefile
@@ -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 \