diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-06-17 23:15:25 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-06-17 23:15:25 +0000 |
commit | 6f309db8f3abc9fd80d5b33f2a240110d0fecd1b (patch) | |
tree | 50da3f89e969a67702fdc4293ed9a1b3553a14d7 /java/eclipse | |
parent | 02e4e02a186332f5315315cb90a672cf9a8ff3f8 (diff) | |
download | ports-6f309db8f3abc9fd80d5b33f2a240110d0fecd1b.tar.gz ports-6f309db8f3abc9fd80d5b33f2a240110d0fecd1b.zip |
Notes
Diffstat (limited to 'java/eclipse')
-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} \ |