svn commit: r351256 - head/games/lwjgl

Rusmir Dusko nemysis at FreeBSD.org
Mon Apr 14 13:12:05 UTC 2014


Author: nemysis
Date: Mon Apr 14 13:12:05 2014
New Revision: 351256
URL: http://svnweb.freebsd.org/changeset/ports/351256
QAT: https://qat.redports.org/buildarchive/r351256/

Log:
  - Use for JAVA_VERSION 1.7 instead of 1.7+
  
  PR:		ports/188580
  Submitted by:	sbruno@

Modified:
  head/games/lwjgl/Makefile

Modified: head/games/lwjgl/Makefile
==============================================================================
--- head/games/lwjgl/Makefile	Mon Apr 14 12:53:51 2014	(r351255)
+++ head/games/lwjgl/Makefile	Mon Apr 14 13:12:05 2014	(r351256)
@@ -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


More information about the svn-ports-all mailing list