svn commit: r356825 - head/devel/javolution

Steve Wills swills at FreeBSD.org
Fri Jun 6 17:50:29 UTC 2014


Author: swills
Date: Fri Jun  6 17:50:28 2014
New Revision: 356825
URL: http://svnweb.freebsd.org/changeset/ports/356825
QAT: https://qat.redports.org/buildarchive/r356825/

Log:
  - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
  
  With hat:	portmgr@

Modified:
  head/devel/javolution/Makefile

Modified: head/devel/javolution/Makefile
==============================================================================
--- head/devel/javolution/Makefile	Fri Jun  6 17:50:01 2014	(r356824)
+++ head/devel/javolution/Makefile	Fri Jun  6 17:50:28 2014	(r356825)
@@ -14,7 +14,7 @@ LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.6
 USE_ANT=	yes
 ALL_TARGET=	1.6
 


More information about the svn-ports-head mailing list