Make the default java version and vendor overrideable.
PR: ports/148650 Submitted by: maintainer
This commit is contained in:
parent
1c4dff4aeb
commit
2ce25974f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259613
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue