diff options
author | glewis <glewis@FreeBSD.org> | 2003-06-18 07:15:25 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-06-18 07:15:25 +0800 |
commit | 26d26a5efd7d331cb304c7067f77db57026a47ae (patch) | |
tree | 640c6420d682f2beb158f6812a620b446aa8761f /java | |
parent | 213b50a782ef7deee9d294565636f8722ad1ab95 (diff) | |
download | freebsd-ports-gnome-26d26a5efd7d331cb304c7067f77db57026a47ae.tar.gz freebsd-ports-gnome-26d26a5efd7d331cb304c7067f77db57026a47ae.tar.zst freebsd-ports-gnome-26d26a5efd7d331cb304c7067f77db57026a47ae.zip |
. 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')
-rw-r--r-- | java/eclipse/Makefile | 3 |
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} \ |