diff options
Diffstat (limited to 'devel/arduino18/Makefile')
-rw-r--r-- | devel/arduino18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arduino18/Makefile b/devel/arduino18/Makefile index 01d044363486..c3acd50d7ee7 100644 --- a/devel/arduino18/Makefile +++ b/devel/arduino18/Makefile @@ -54,7 +54,7 @@ WRKSRC_SUBDIR= build PATCH_WRKSRC= ${WRKSRC}/../ MAKE_ARGS+= -Dlight_bundle=true -Dlocal_sources=true -Dno_arduino_builder=true USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ USE_ANT= yes OS_DIR= ${WRKSRC}/linux BUILD_DIR= ${OS_DIR}/work |