git: 2c48d82d962d - main - print/tex-formats: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Oct 2023 16:35:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c48d82d962d55720350c03caa67c87ce59a6d42 commit 2c48d82d962d55720350c03caa67c87ce59a6d42 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-27 16:19:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-27 16:35:04 +0000 print/tex-formats: Fix build After the changes committed in a9b0182 this port failed to build. This commit fixes the build and overall also reduces the frequent builds of texlive-texmf. PR: 274749 Reported by: michael.glaus@hostpoint.ch Fixes: a9b0182 print/texlive-texmf: Temporarily reduce DEPENDS Sponsored by: Nepustil --- print/tex-formats/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 4d3bada80a04..a4d80c15845b 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -11,7 +11,7 @@ COMMENT= Formats for basic TeX engines and the 'latex' command WWW= https://tug.org/texlive/ USES= tex -USE_TEX= basic fmtutil texhash texmf web2c +USE_TEX= base basic fmtutil texhash texmf web2c NO_ARCH= yes NO_BUILD= yes