aboutsummaryrefslogtreecommitdiff
path: root/devel/arduino18
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2019-03-15 16:52:10 +0000
committerLarry Rosenman <ler@FreeBSD.org>2019-03-15 16:52:10 +0000
commit89e474dba7cd8f4713f4ca8417504b42da44452c (patch)
tree18d8f509e4efd01f92772432623e268ee4513ac0 /devel/arduino18
parentecfc4688af9df912a0de8c2417da012d9d2b7580 (diff)
downloadports-89e474dba7cd8f4713f4ca8417504b42da44452c.tar.gz
ports-89e474dba7cd8f4713f4ca8417504b42da44452c.zip
Notes
Diffstat (limited to 'devel/arduino18')
-rw-r--r--devel/arduino18/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/arduino18/Makefile b/devel/arduino18/Makefile
index f994eb10b4a8..3a54f136ec28 100644
--- a/devel/arduino18/Makefile
+++ b/devel/arduino18/Makefile
@@ -13,12 +13,14 @@ COMMENT= Open-source electronics prototyping platform
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../license.txt
+JSSC_DEP= ${JAVA_HOME}/jre/lib/ext/jssc-2.8.0.jar:comms/java-simple-serial-connector
+BUILD_DEPENDS+= ${JSSC_DEP}
LIB_DEPENDS= liblistSerialsj.so:devel/listserialc \
libastylej-arduino.so:devel/libastylej-arduino
RUN_DEPENDS= arduino-builder:devel/arduino-builder \
arduino-tools>=1.6.12:devel/arduino-tools \
bash:shells/bash \
- ${JAVA_HOME}/jre/lib/ext/jssc-2.8.0.jar:comms/java-simple-serial-connector
+ ${JSSC_DEP}
CONFLICTS= arduino-[0-9]*