https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235701

--- Comment #9 from Tobias Kortkamp <to...@freebsd.org> ---
(In reply to Tobias Kortkamp from comment #8)
> 5. gmake is not declared as a build dependency, so this will probably fail:

Ah, nevermind. I see now that there is MAN_USES=gmake. In which case

+       ${LOCALBASE}/bin/gmake -C ${WRKSRC}/docs man

can be

+       ${DO_MAKE_BUILD} -C ${WRKSRC}/docs man

to not ignore MAKE_{ARGS,ENV,FLAGS}, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to