Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 07:42:28 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356606 - head/devel/javolution
Message-ID:  <201406050742.s557gSCG007733@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406050742.s557gSCG007733>