git: 1b90ca14615b - main - devel/llvm-devel: fix py-furo depend
Brooks Davis <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b90ca14615badc803bafd2d2cf4053dd1565702 commit 1b90ca14615badc803bafd2d2cf4053dd1565702 Author: Brooks Davis <[email protected]> AuthorDate: 2026-08-15 17:55:08 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2026-08-15 17:55:08 +0000 devel/llvm-devel: fix py-furo depend Reported by: jbo --- devel/llvm-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index 69247e505793..0787046408df 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -124,7 +124,7 @@ COMPILER_RT_IMPLIES= CLANG COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS} COMPILER_RT_CONFLICTS_BUILD=${ARCH}-binutils DOCS_BUILD_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}furo:textproc/py-furo@@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}furo:textproc/py-furo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}myst-parser>0:textproc/py-myst-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}recommonmark>=0.0.20180530:textproc/py-recommonmark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-markdown-tables>=0:textproc/py-sphinx-markdown-tables@${PY_FLAVOR}