diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-02-07 06:04:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-02-07 06:04:50 +0000 |
commit | 79644f5967e6df33589925fd9c37027beff6f5d7 (patch) | |
tree | 42fc8badbf2f945359676af8b9cd8abe88a87e24 /java/jboss5 | |
parent | Upgrade to 1.4.2; fixes special characters not displaying correctly in (diff) |
. Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.
PR: 62458
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes
Notes:
svn path=/head/; revision=100222
Diffstat (limited to 'java/jboss5')
-rw-r--r-- | java/jboss5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile index d7a7693c5135..a3edc0b904d5 100644 --- a/java/jboss5/Makefile +++ b/java/jboss5/Makefile @@ -16,7 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= jonc@chen.org.nz COMMENT= JBoss 3, an open-source J2EE application server -USE_JAVA= 1.3+ +LATEST_LINK= jboss3 +USE_JAVA= 1.4+ USE_REINPLACE= YES USE_BZIP2= YES |