summaryrefslogtreecommitdiffstats
path: root/java/eclipse
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-06-17 23:15:25 +0000
committerglewis <glewis@FreeBSD.org>2003-06-17 23:15:25 +0000
commit26d26a5efd7d331cb304c7067f77db57026a47ae (patch)
tree640c6420d682f2beb158f6812a620b446aa8761f /java/eclipse
parent213b50a782ef7deee9d294565636f8722ad1ab95 (diff)
downloadFreeBSD-ports-26d26a5efd7d331cb304c7067f77db57026a47ae.zip
FreeBSD-ports-26d26a5efd7d331cb304c7067f77db57026a47ae.tar.gz
. 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
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 6c13fa2..dfe1cb9 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} \
OpenPOWER on IntegriCloud