diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-04-14 21:12:05 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-04-14 21:12:05 +0800 |
commit | 21b6f94c504a0088f3d193485f28ef835a08afe8 (patch) | |
tree | 8fbd6b36f8bdd9d1331e0511d04c686d78d182cb | |
parent | 084ed143784d3446988e309618d997cfb9fc902a (diff) | |
download | freebsd-ports-graphics-21b6f94c504a0088f3d193485f28ef835a08afe8.tar.gz freebsd-ports-graphics-21b6f94c504a0088f3d193485f28ef835a08afe8.tar.zst freebsd-ports-graphics-21b6f94c504a0088f3d193485f28ef835a08afe8.zip |
- Use for JAVA_VERSION 1.7 instead of 1.7+
PR: ports/188580
Submitted by: sbruno@
-rw-r--r-- | games/lwjgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lwjgl/Makefile b/games/lwjgl/Makefile index e69885d7791..d4412e6bc9e 100644 --- a/games/lwjgl/Makefile +++ b/games/lwjgl/Makefile @@ -25,7 +25,7 @@ USES= dos2unix zip:infozip DOS2UNIX_REGEX= .*.[^jp][^an][^rg]$ USE_JAVA= yes USE_LDCONFIG= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.7 JAVA_OS= native JAVA_VENDOR= openjdk USE_ANT= yes |