[ 05:27 edwin ] processing 0135_1graphics Programming environment for images, animation, and interactions
processing-devel 0142_1graphics Open source programming language and environment for people who want to program images, animation, and interactions
graphics/processing : Serial cannot be used
The graphics/processing have their own serial library at
libexec/processing/libraris/serial/library. But this serial
library use linux version of shared library, so we cannot run
this function.
The processing serial library is same as comms/rxtx, so we must
add RUN_DEPENDS.
PR: ports/127600
Submitted by: Takeshi MUTOH <mutoh@openedu.org>