Date: Mon, 29 Jul 2024 00:42:47 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 84e8594fff6b - main - Mk/Uses: Fix typos in php.mk Message-ID: <202407290042.46T0gl9Y089701@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407290042.46T0gl9Y089701>