diff options
Diffstat (limited to 'devel/arduino/Makefile')
-rw-r--r-- | devel/arduino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 6a3af3e92864..caec5626f34e 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -13,7 +13,7 @@ WWW= https://www.arduino.cc/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -# Confirmed for ARCHS below. Arm, PowerPC and Sparc untested. (Feedback welcome) +# Confirmed for ARCHS below. Arm and PowerPC untested. (Feedback welcome) ONLY_FOR_ARCHS= amd64 i386 RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx \ |