From e9b781d7224bb6c3d32e8652b0de4c95576a597e Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 21 Mar 2013 21:02:11 +0000 Subject: [PATCH] Bump java version, no more 1.5 in ports Noticed by: jgh@ --- games/robocode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/robocode/Makefile b/games/robocode/Makefile index aff9a0b0a1e5..3cdf79010377 100644 --- a/games/robocode/Makefile +++ b/games/robocode/Makefile @@ -18,7 +18,7 @@ LICENSE= EPL USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_EXTRACT= yes JAVA_RUN= yes NO_WRKSUBDIR= yes