On 2017/04/21 23:38, Rafael Sadowski wrote:
> Hi ports@,
>
> audio/liblo does not use doxygen to generate documents and there are no
> docs in the current plist.
>
> OK? Comments?
>
> Best regards,
>
> Rafael
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/liblo/Makefile,v
> retrieving revision 1.8
> diff -u -p -u -p -r1.8 Makefile
> --- Makefile 9 Jun 2015 11:55:24 -0000 1.8
> +++ Makefile 21 Apr 2017 21:34:41 -0000
> @@ -13,7 +13,6 @@ PERMIT_PACKAGE_CDROM = Yes
>
> WANTLIB = c m pthread
> MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=liblo/}
> -BUILD_DEPENDS = devel/doxygen
> CONFIGURE_STYLE = gnu
>
> .include <bsd.port.mk>
>
Try this:
pkg_add doxygen
make configure
pkg_delete doxygen
make
Either you must supply the BUILD_DEPENDS, or disable/neuter the autoconf test.