svn commit: r412368 - head/textproc/linuxdoc-tools

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 1 20:08:38 UTC 2016


On Fri, Apr 01, 2016 at 08:06:29PM +0000, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Fri Apr  1 20:06:28 2016
> New Revision: 412368
> URL: https://svnweb.freebsd.org/changeset/ports/412368
> 
> Log:
>   - Add missing dependency on makeinfo, fix build on 11.x
>   
>   PR:		208444
>   Submitted by:	felix at palmen-it.de (maintainer)
> 
> Modified:
>   head/textproc/linuxdoc-tools/Makefile
> 
> Modified: head/textproc/linuxdoc-tools/Makefile
> ==============================================================================
> --- head/textproc/linuxdoc-tools/Makefile	Fri Apr  1 18:29:28 2016	(r412367)
> +++ head/textproc/linuxdoc-tools/Makefile	Fri Apr  1 20:06:28 2016	(r412368)
> @@ -32,7 +32,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
>  
>  OPTIONS_DEFINE=	DOCS
>  
> -DOCS_BUILD_DEPENDS=	bash:shells/bash
> +DOCS_BUILD_DEPENDS=	bash:shells/bash \
> +			makeinfo:/print/texinfo
                                 ^ no / here

				 btw USES=makeinfo exists for that

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160401/82e0fdec/attachment.sig>


More information about the svn-ports-all mailing list