diff options
author | pav <pav@FreeBSD.org> | 2004-04-04 05:48:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-04 05:48:46 +0800 |
commit | ba8993a9848436cfe0ef5994138ce620ea649724 (patch) | |
tree | 344ba16d3ecf89c4d135a7c31d8e98876425317a /www/tomcat7 | |
parent | a174f3659b418bb0292081630ad7a76851302432 (diff) | |
download | freebsd-ports-gnome-ba8993a9848436cfe0ef5994138ce620ea649724.tar.gz freebsd-ports-gnome-ba8993a9848436cfe0ef5994138ce620ea649724.tar.zst freebsd-ports-gnome-ba8993a9848436cfe0ef5994138ce620ea649724.zip |
- Convert to bsd.java.mk 2.0 macros
PR: ports/65118
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
Diffstat (limited to 'www/tomcat7')
-rw-r--r-- | www/tomcat7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index 29a3d5887dff..835c15bdd0cd 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -15,7 +15,8 @@ MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \ MAINTAINER= liukang@bjpu.edu.cn COMMENT= Open-source Java web server by Apache, 5.0.x branch -USE_JAVA= 1.3+ +USE_JAVA= yes +JAVA_VERSION= 1.3+ NO_BUILD= YES MAJOR_VER= ${PORTVERSION:R} |