pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wip/gnurl: Update to 7.65.0
Hello ng0,
ng0 writes:
> [...]
> +.if !empty(PKG_OPTIONS:Mtests)
> +.include "../../lang/python/tool.mk"
> +PYTHON_FOR_BUILD_ONLY= yes
> +USE_TOOLS+= perl
> +.endif
> +
> [...]
Couldn't testing be integrated without any package option?
Python and Perl tool dependencies can be avoided with something
like that:
USE_TOOLS+= perl:test
PYTHON_FOR_BUILD_ONLY= test
[...]
.include "../../lang/python/tool.mk"
Thank you!
Home |
Main Index |
Thread Index |
Old Index