git: 3bee47ad6ebb - main - net-mgmt/zabbix64-frontend: Fix build with PHP 8.2

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Wed, 08 Mar 2023 14:13:01 UTC
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bee47ad6ebb9c6ac1476f5acbdcf6ee594c59bc

commit 3bee47ad6ebb9c6ac1476f5acbdcf6ee594c59bc
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-03-08 14:08:59 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-03-08 14:08:59 +0000

    net-mgmt/zabbix64-frontend: Fix build with PHP 8.2
    
    Remove stray restriction preventing the build with PHP 8.2 as
    zabbix 6.4 does officially support it.
    
    Reported by:    VVD (IRC)
---
 net-mgmt/zabbix64-frontend/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-mgmt/zabbix64-frontend/Makefile b/net-mgmt/zabbix64-frontend/Makefile
index 913a6d945179..83c46a25bec9 100644
--- a/net-mgmt/zabbix64-frontend/Makefile
+++ b/net-mgmt/zabbix64-frontend/Makefile
@@ -5,7 +5,6 @@ PKGNAMESUFFIX=	-frontend${PHP_PKGNAMESUFFIX}
 USES+=		php:web,flavors
 USE_PHP=	bcmath ctype gd gettext mbstring session sockets xml \
 		xmlreader xmlwriter
-IGNORE_WITH_PHP=	82
 
 MASTERDIR=	${.CURDIR}/../${PORTNAME}-server
 PATCHDIR=