diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 20:06:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 20:06:28 +0000 |
commit | b5b314b4e4c35b57363529554d8caea260cbc6bc (patch) | |
tree | 7e271e30732758acf0de1157ad2d3d0bc8b8ff4f /textproc/linuxdoc-tools | |
parent | 8ffc6f1b3bb646e1226cbe203add73cda3b6feab (diff) |
- Add missing dependency on makeinfo, fix build on 11.x
PR: 208444
Submitted by: felix@palmen-it.de (maintainer)
Notes
Notes:
svn path=/head/; revision=412368
Diffstat (limited to 'textproc/linuxdoc-tools')
-rw-r--r-- | textproc/linuxdoc-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile index 5017fb3ad349..a59fd94a06f7 100644 --- a/textproc/linuxdoc-tools/Makefile +++ b/textproc/linuxdoc-tools/Makefile @@ -32,7 +32,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= bash:shells/bash +DOCS_BUILD_DEPENDS= bash:shells/bash \ + makeinfo:/print/texinfo DOCS_MAKE_ENV= LANG=C BUILD_DOCS=true post-patch: |