From 26d26a5efd7d331cb304c7067f77db57026a47ae Mon Sep 17 00:00:00 2001 From: glewis Date: Tue, 17 Jun 2003 23:15:25 +0000 Subject: . 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 --- java/eclipse/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java') diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 6c13fa220f2..dfe1cb921ad 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} \ -- cgit