git: 84e8594fff6b - main - Mk/Uses: Fix typos in php.mk

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 29 Jul 2024 00:42:47 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84e8594fff6bdbd668426b7f74c7f56cf5aa5dc6

commit 84e8594fff6bdbd668426b7f74c7f56cf5aa5dc6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-07-29 00:42:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-07-29 00:42:41 +0000

    Mk/Uses: Fix typos in php.mk
    
    Reported by:    fluffy
---
 Mk/Uses/php.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk
index 12992b3e2794..c35e3dad88d7 100644
--- a/Mk/Uses/php.mk
+++ b/Mk/Uses/php.mk
@@ -431,7 +431,7 @@ posix_DEPENDS=	sysutils/php${PHP_VER}-posix
 .    if ${PHP_VER} <= 83
 pspell_DEPENDS=	textproc/php${PHP_VER}-pspell
 .    else
-pspell_DEPENDS=	textproc/pecl-pspell${PHP_FLAVOR}
+pspell_DEPENDS=	textproc/pecl-pspell@${PHP_FLAVOR}
 .    endif
 radius_DEPENDS=	net/pecl-radius@${PHP_FLAVOR}
 readline_DEPENDS=	devel/php${PHP_VER}-readline