diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ammonite/Makefile | 2 | ||||
-rw-r--r-- | devel/antlr4/Makefile | 2 | ||||
-rw-r--r-- | devel/arduino18/Makefile | 2 | ||||
-rw-r--r-- | devel/artifactory/Makefile | 2 | ||||
-rw-r--r-- | devel/bazel029/Makefile | 2 | ||||
-rw-r--r-- | devel/dbus-java/Makefile | 2 | ||||
-rw-r--r-- | devel/gradle5/Makefile | 2 | ||||
-rw-r--r-- | devel/mill/Makefile | 2 | ||||
-rw-r--r-- | devel/umlgraph/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile index fdd63de36510..2fa0af19ee8d 100644 --- a/devel/ammonite/Makefile +++ b/devel/ammonite/Makefile @@ -14,7 +14,7 @@ WWW= https://ammonite.io/ LICENSE= MIT USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ NO_ARCH= yes NO_BUILD= yes diff --git a/devel/antlr4/Makefile b/devel/antlr4/Makefile index cc9ea41b9332..706cefc4d0ba 100644 --- a/devel/antlr4/Makefile +++ b/devel/antlr4/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE NO_BUILD= yes NO_ARCH= yes USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ INSTALL_JAR= ${DISTFILES} SUB_LIST= INSTALL_JAR=${INSTALL_JAR} SUB_FILES= antlr.sh 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 diff --git a/devel/artifactory/Makefile b/devel/artifactory/Makefile index 67116b9c7c9a..8f58f139cef5 100644 --- a/devel/artifactory/Makefile +++ b/devel/artifactory/Makefile @@ -21,7 +21,7 @@ USES= cpe shebangfix zip CPE_VENDOR= jfrog SHEBANG_FILES= bin/artifactory.sh USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ JAVA_VENDOR= openjdk NO_BUILD= yes NO_ARCH= yes diff --git a/devel/bazel029/Makefile b/devel/bazel029/Makefile index 42f79158de09..d9efa728e385 100644 --- a/devel/bazel029/Makefile +++ b/devel/bazel029/Makefile @@ -34,7 +34,7 @@ CPE_VENDOR= google SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes JAVA_VENDOR= openjdk -JAVA_VERSION= 1.8 +JAVA_VERSION= 8 JAVA_BUILD= yes JAVA_RUN= yes diff --git a/devel/dbus-java/Makefile b/devel/dbus-java/Makefile index 3847671bcccf..00bbdde79248 100644 --- a/devel/dbus-java/Makefile +++ b/devel/dbus-java/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libunix-java.so:devel/libmatthew USES= gettext gmake USE_JAVA= yes -JAVA_VERSION= 7+ +JAVA_VERSION= 8+ MAKE_ARGS= MANPREFIX=${MAN1PREFIX}/share/man/man1 .if defined(WITH_DEBUG) diff --git a/devel/gradle5/Makefile b/devel/gradle5/Makefile index 10538b8e4ef5..29f1da9a3c12 100644 --- a/devel/gradle5/Makefile +++ b/devel/gradle5/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 NO_ARCH= yes USES= cpe zip -JAVA_VERSION= 1.7+ +JAVA_VERSION= 8+ USE_JAVA= yes NO_BUILD= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} diff --git a/devel/mill/Makefile b/devel/mill/Makefile index 31a25203057c..6d4a00e7fa57 100644 --- a/devel/mill/Makefile +++ b/devel/mill/Makefile @@ -14,7 +14,7 @@ WWW= https://www.lihaoyi.com/mill/ LICENSE= MIT USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ NO_ARCH= yes NO_BUILD= yes diff --git a/devel/umlgraph/Makefile b/devel/umlgraph/Makefile index dc42edfb9c44..152288da4a4a 100644 --- a/devel/umlgraph/Makefile +++ b/devel/umlgraph/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.8 +JAVA_VERSION= 8 USE_GITHUB= yes GH_ACCOUNT= dspinellis GH_PROJECT= UMLGraph |