summaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-06-17 23:15:25 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-06-17 23:15:25 +0000
commit6f309db8f3abc9fd80d5b33f2a240110d0fecd1b (patch)
tree50da3f89e969a67702fdc4293ed9a1b3553a14d7 /java/eclipse
parentUpdate to 2.2.1. (diff)
. Instead of hardwiring JAVA_HOME, put in a USE_JAVA statement that should
be sufficient. The Eclipse documentation mentions needing 1.3 or better. PR: 53426 (hopefully) Suggested by: kan
Notes
Notes: svn path=/head/; revision=83196
Diffstat (limited to 'java/eclipse')
-rw-r--r--java/eclipse/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 6c13fa220f25..dfe1cb921ad5 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -22,8 +22,7 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/jakarta-ant \
ONLY_FOR_ARCHS= i386
USE_ZIP= yes
-#USE_JAVA= 1.4+
-JAVA_HOME= ${LOCALBASE}/jdk1.4.1
+USE_JAVA= 1.3+
NO_WRKSUBDIR= yes
MAKE_ARGS= ECLIPSE_BUILD=${ECLIPSE_BUILD} \