mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04: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:
parent
03864a564b
commit
efbf64ff8c
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue