aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-08-25 02:48:11 +0800
committerjkim <jkim@FreeBSD.org>2016-08-25 02:48:11 +0800
commit748ff6de6a27448a6037abfbb71011ee741f23b5 (patch)
treed557091e6c87ff765275e62c417836ed7d3debe5 /www
parentd245fd956280fd5bd5de0414aaf03f7a04b66158 (diff)
downloadfreebsd-ports-gnome-748ff6de6a27448a6037abfbb71011ee741f23b5.tar.gz
freebsd-ports-gnome-748ff6de6a27448a6037abfbb71011ee741f23b5.tar.zst
freebsd-ports-gnome-748ff6de6a27448a6037abfbb71011ee741f23b5.zip
Consistently set USE_JAVA to "yes" to reduce future confusion.
Diffstat (limited to 'www')
-rw-r--r--www/htmlcompressor/Makefile2
-rw-r--r--www/jspwiki/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/htmlcompressor/Makefile b/www/htmlcompressor/Makefile
index 3f63badb9034..d163d70b58c7 100644
--- a/www/htmlcompressor/Makefile
+++ b/www/htmlcompressor/Makefile
@@ -15,7 +15,7 @@ COMMENT= HTML/XML Compressor
LICENSE= APACHE20
NO_WRKSUBDIR= yes
-USE_JAVA= 1.6+
+USE_JAVA= yes
NO_BUILD= yes
PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar
diff --git a/www/jspwiki/Makefile b/www/jspwiki/Makefile
index 9c43d05aceee..121bf78e7fbe 100644
--- a/www/jspwiki/Makefile
+++ b/www/jspwiki/Makefile
@@ -14,7 +14,7 @@ COMMENT= Feature-rich and extensible Wiki engine built around J2EE
LICENSE= APACHE20
USES= zip
-USE_JAVA= 1.6+
+USE_JAVA= yes
NO_BUILD= yes
TOMCATDIR= ${PREFIX}/${TOMCATVER}