svn commit: r420817 - in head: devel/slf4j graphics/processing

Jung-uk Kim jkim at FreeBSD.org
Wed Aug 24 19:10:54 UTC 2016


Author: jkim
Date: Wed Aug 24 19:10:53 2016
New Revision: 420817
URL: https://svnweb.freebsd.org/changeset/ports/420817

Log:
  Consistently set USE_JAVA to "yes" to reduce future confusion.
  
  Approved by:	skreuzer (maintainer)

Modified:
  head/devel/slf4j/Makefile
  head/graphics/processing/Makefile

Modified: head/devel/slf4j/Makefile
==============================================================================
--- head/devel/slf4j/Makefile	Wed Aug 24 18:56:34 2016	(r420816)
+++ head/devel/slf4j/Makefile	Wed Aug 24 19:10:53 2016	(r420817)
@@ -11,7 +11,7 @@ COMMENT=	Simple facade or abstraction fo
 
 LICENSE=	MIT
 
-USE_JAVA=	1.4+
+USE_JAVA=	YES
 NO_BUILD=	YES
 
 JARFILES=	slf4j-migrator.jar \

Modified: head/graphics/processing/Makefile
==============================================================================
--- head/graphics/processing/Makefile	Wed Aug 24 18:56:34 2016	(r420816)
+++ head/graphics/processing/Makefile	Wed Aug 24 19:10:53 2016	(r420817)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	jikes>=1.22:java/jikes \
 		${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx
 
 USES=		tar:tgz
-USE_JAVA=	1.6+
+USE_JAVA=	yes
 NO_BUILD=	yes
 
 SUB_FILES=	processing


More information about the svn-ports-head mailing list