Make the default java version and vendor overrideable.

PR:		ports/148650
Submitted by:	maintainer
This commit is contained in:
Mark Linimon 2010-08-20 06:55:57 +00:00
parent 1c4dff4aeb
commit 2ce25974f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259613

View file

@ -17,7 +17,8 @@ MAINTAINER= jgh@experts-exchange.com
COMMENT= Open-source Java web server by Apache, 5.5.x branch
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_VERSION?= 1.4+
JAVA_VENDOR?= freebsd
NO_BUILD= YES
USE_RC_SUBR= tomcat55.sh