svn commit: r352852 - head/java/icedtea-web

Jung-uk Kim jkim at FreeBSD.org
Fri May 2 23:11:10 UTC 2014


Author: jkim
Date: Fri May  2 23:11:09 2014
New Revision: 352852
URL: http://svnweb.freebsd.org/changeset/ports/352852
QAT: https://qat.redports.org/buildarchive/r352852/

Log:
  Set JAVA_VERSION to exclude java/openjdk8.  It is not supported yet.

Modified:
  head/java/icedtea-web/Makefile

Modified: head/java/icedtea-web/Makefile
==============================================================================
--- head/java/icedtea-web/Makefile	Fri May  2 21:59:15 2014	(r352851)
+++ head/java/icedtea-web/Makefile	Fri May  2 23:11:09 2014	(r352852)
@@ -19,6 +19,7 @@ GNU_CONFIGURE=	yes
 USE_JAVA=	yes
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk
+JAVA_VERSION=	1.6 1.7
 USE_PERL5=	build
 USE_XORG=	x11
 USES=		desktop-file-utils gmake perl5 pkgconfig shebangfix


More information about the svn-ports-all mailing list