1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

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)
This commit is contained in:
Felix Palmen 2022-12-21 10:31:04 +01:00
parent 03864a564b
commit efbf64ff8c

View File

@ -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>