summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-08-24 19:10:53 +0000
committerjkim <jkim@FreeBSD.org>2016-08-24 19:10:53 +0000
commite8dbb4059606d2b01b2e99d2419a6d1585ac989f (patch)
treedd0dfb543835682f7cdc9389f17e9aab19230b1f
parent00a2821e4c8d7ae306f7f56eb17e3b28d19770a8 (diff)
downloadFreeBSD-ports-e8dbb4059606d2b01b2e99d2419a6d1585ac989f.zip
FreeBSD-ports-e8dbb4059606d2b01b2e99d2419a6d1585ac989f.tar.gz
Consistently set USE_JAVA to "yes" to reduce future confusion.
Approved by: skreuzer (maintainer)
-rw-r--r--devel/slf4j/Makefile2
-rw-r--r--graphics/processing/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/slf4j/Makefile b/devel/slf4j/Makefile
index 2040610..4a5f0df 100644
--- a/devel/slf4j/Makefile
+++ b/devel/slf4j/Makefile
@@ -11,7 +11,7 @@ COMMENT= Simple facade or abstraction for various logging frameworks
LICENSE= MIT
-USE_JAVA= 1.4+
+USE_JAVA= YES
NO_BUILD= YES
JARFILES= slf4j-migrator.jar \
diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile
index 59c2b55..57a52d0 100644
--- a/graphics/processing/Makefile
+++ b/graphics/processing/Makefile
@@ -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
OpenPOWER on IntegriCloud