Date: Wed, 21 Dec 2022 16:09:53 GMT From: Felix Palmen <zirias@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: efbf64ff8c34 - main - textproc/linuxdoc-tools: Fix build with DOCS Message-ID: <202212211609.2BLG9re1055725@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=efbf64ff8c34dd09e3781b6f80df8e7b5d9950e6 commit efbf64ff8c34dd09e3781b6f80df8e7b5d9950e6 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2022-12-21 09:31:04 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2022-12-21 16:08:50 +0000 textproc/linuxdoc-tools: Fix build with DOCS DOCS_USES was declared twice after update for the USES=tex change. While here, sort DOCS_USE. Approved by: tcberner (mentor, implicit) --- textproc/linuxdoc-tools/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile index 8f6ec6451242..dabc8bc4e5bc 100644 --- a/textproc/linuxdoc-tools/Makefile +++ b/textproc/linuxdoc-tools/Makefile @@ -31,9 +31,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= bash:shells/bash -DOCS_USES= tex -DOCS_USE= TEX=latex:build,pdftex:build,dvipsk:build -DOCS_USES= makeinfo +DOCS_USES= makeinfo tex +DOCS_USE= TEX=dvipsk:build,latex:build,pdftex:build DOCS_CONFIGURE_ENABLE= docs .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211609.2BLG9re1055725>