svn commit: r356606 - head/devel/javolution

Alex Dupre ale at FreeBSD.org
Thu Jun 5 07:42:28 UTC 2014


Author: ale
Date: Thu Jun  5 07:42:27 2014
New Revision: 356606
URL: http://svnweb.freebsd.org/changeset/ports/356606
QAT: https://qat.redports.org/buildarchive/r356606/

Log:
  Fix build with java7.

Modified:
  head/devel/javolution/Makefile

Modified: head/devel/javolution/Makefile
==============================================================================
--- head/devel/javolution/Makefile	Thu Jun  5 07:41:12 2014	(r356605)
+++ head/devel/javolution/Makefile	Thu Jun  5 07:42:27 2014	(r356606)
@@ -15,9 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
-JDKMVERSION=	${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/}
 USE_ANT=	yes
-ALL_TARGET=	${JDKMVERSION}
+ALL_TARGET=	1.6
 
 PORTDOCS=	*
 


More information about the svn-ports-head mailing list