diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-05-22 04:07:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-05-22 04:07:11 +0000 |
commit | 4ba30aaef28a893fc7ae6fbb1e6430f984211430 (patch) | |
tree | b8c231811611aef4e1a1ff28950ad45237f01211 /java | |
parent | 03052526825b203ca381eb18deefba0f3554e404 (diff) | |
download | ports-4ba30aaef28a893fc7ae6fbb1e6430f984211430.tar.gz ports-4ba30aaef28a893fc7ae6fbb1e6430f984211430.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk6/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 7ed0aed6f8ca..98e9de202763 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -11,8 +11,8 @@ CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ DISTNAME= openjdk-6-src-${PORTVERSION}-${OPENJDK_BUILDDATE} -MAINTAINER= brian@experts-exchange.com -COMMENT= Sun\'s java 6 virtual machine release under the GNUV2 license +MAINTAINER= java@FreeBSD.org +COMMENT= Sun\'s java 6 virtual machine release under the GPL v2 RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper @@ -26,9 +26,6 @@ OPTIONS= DEBUG "Enable debugging support" off \ WRKSRC= ${WRKDIR} USE_GMAKE= yes -USE_JAVA= yes -JAVA_VENDOR= freebsd bsdjava -JAVA_VERSION= 1.6 USE_MOTIF= yes USE_XORG= xtst xi xt x11 |