. 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
This commit is contained in:
parent
02e4e02a18
commit
6f309db8f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83196
1 changed files with 1 additions and 2 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue