git: faead9d407d4 - main - print/tex-formats: Add missing pdftex engine
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 17:32:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=faead9d407d45f3c6c71c755ed5a86c6f6f633b9 commit faead9d407d45f3c6c71c755ed5a86c6f6f633b9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-19 17:29:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-19 17:32:29 +0000 print/tex-formats: Add missing pdftex engine --- print/tex-formats/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index e236865b19a7..b9442c809c7e 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -1,5 +1,6 @@ PORTNAME= formats PORTVERSION= ${TEXLIVE_VERSION} +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= #empty PKGNAMEPREFIX= tex- @@ -17,6 +18,6 @@ NO_INSTALL= yes TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context csplain eplain latex-bin metafont mex mptopdf \ - tex + pdftex tex .include <bsd.port.mk>