diff options
Diffstat (limited to 'devel/arduino18/Makefile')
-rw-r--r-- | devel/arduino18/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/arduino18/Makefile b/devel/arduino18/Makefile index 03887a958df1..6205751b0e3c 100644 --- a/devel/arduino18/Makefile +++ b/devel/arduino18/Makefile @@ -48,14 +48,11 @@ GH_PROJECT= Arduino GH_TUPLE+= ${BUNDLE_GH_ACCOUNT}:${blib}/linux/work/libraries/${blib:C/\:.*//} .endfor -USES= desktop-file-utils +USES= desktop-file-utils java:ant LIB_DIRS+= ${LOCALBASE}/lib ${LOCALBASE}/lib/jni WRKSRC_SUBDIR= build PATCH_WRKSRC= ${WRKSRC}/../ MAKE_ARGS+= -Dlight_bundle=true -Dlocal_sources=true -Dno_arduino_builder=true -USE_JAVA= yes -JAVA_VERSION= 8+ -USE_ANT= yes OS_DIR= ${WRKSRC}/linux BUILD_DIR= ${OS_DIR}/work INSLIST= lib libraries revisions.txt tools |