git: 6b8d17bef0ad - main - pear.mk: remove typo added by the evil spelling fairies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Aug 2022 14:52:52 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b8d17bef0adc56ca71413f32ef2df0be8061207 commit 6b8d17bef0adc56ca71413f32ef2df0be8061207 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-08-13 14:52:20 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-08-13 14:52:20 +0000 pear.mk: remove typo added by the evil spelling fairies --- Mk/Uses/pear.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/pear.mk b/Mk/Uses/pear.mk index 26350023ba16..e9188f309c50 100644 --- a/Mk/Uses/pear.mk +++ b/Mk/Uses/pear.mk @@ -23,7 +23,7 @@ IGNORE= Incorrect 'USES+= pear:${pear_ARGS}' usage: argument [${arg}] is not rec . endfor _pear_IGNORE_WITH_PHP= 82 -IGNORE_WIHT_PHP?= ${_pear_IGNORE_WITH_PHP} +IGNORE_WITH_PHP?= ${_pear_IGNORE_WITH_PHP} php_ARGS+= flavors .include "${USESDIR}/php.mk"