Rafael Sadowski <raf...@sizeofvoid.org> writes:

> Hi All,
>
> simple patch to disable doxygen as BUILD_DEPENDS. No plist changes
> detected.
>
> Comments? Ok?

ok jca@

You can also remove math/graphviz from BUILD_DEPENDS, looks like dot is
used for doxygen only.

> Rafael Sadowski
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/tclap/Makefile,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 Makefile
> --- Makefile  22 May 2015 11:31:14 -0000      1.3
> +++ Makefile  29 Apr 2017 19:35:18 -0000
> @@ -17,10 +17,10 @@ MASTER_SITES=     ${MASTER_SITE_SOURCEFORGE:
>  # tclap is implemented using only header files
>  PKG_ARCH=    *
>  
> -BUILD_DEPENDS=       devel/doxygen \
> -             math/graphviz
> +BUILD_DEPENDS=       math/graphviz
>  
>  SEPARATE_BUILD=      Yes
>  CONFIGURE_STYLE= gnu
> +CONFIGURE_ARGS +=    --disable-doxygen
>  
>  .include <bsd.port.mk>
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to