From efbf64ff8c34dd09e3781b6f80df8e7b5d9950e6 Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Wed, 21 Dec 2022 10:31:04 +0100 Subject: [PATCH] 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