diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-03 02:05:39 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-03 02:05:39 +0000 |
commit | 9729dd908e319e4098882127711a2511ac5ffdb9 (patch) | |
tree | d89d889260a1a7c44d7553ba5a850c80d665e714 /java/jboss2 | |
parent | ce8f17d16c0c65210b57bcea87e0059113caac85 (diff) | |
download | ports-9729dd908e319e4098882127711a2511ac5ffdb9.tar.gz ports-9729dd908e319e4098882127711a2511ac5ffdb9.zip |
Notes
Diffstat (limited to 'java/jboss2')
-rw-r--r-- | java/jboss2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jboss2/Makefile b/java/jboss2/Makefile index 2deb4d3df44c..447e854648d9 100644 --- a/java/jboss2/Makefile +++ b/java/jboss2/Makefile @@ -15,7 +15,8 @@ DISTNAME= ${APP_TITLE}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= JBoss 2.x, an open-source J2EE application server -USE_JAVA= 1.2+ +USE_JAVA= yes +JAVA_VERSION= 1.2+ USE_ZIP= YES NO_BUILD= YES |