Remove support for Java 1.2

PR:		116724
Submitted by:	hq
Approved by:	maintainer
This commit is contained in:
Herve Quiroz 2007-10-02 21:17:32 +00:00
parent 6be77f6208
commit 3c7bc9f84d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200700
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ BUILDDIR= ${WRKDIR}/${DISTNAME}/build/${DISTNAME}
.else
USE_JAVA= yes
JAVA_VERSION= 1.2+
JAVA_VERSION= 1.3+
BUILDDIR= ${WRKDIR}/${DISTNAME}
.endif

View file

@ -31,7 +31,7 @@ BUILDDIR= ${WRKDIR}/${DISTNAME}/build/${DISTNAME}
.else
USE_JAVA= yes
JAVA_VERSION= 1.2+
JAVA_VERSION= 1.3+
BUILDDIR= ${WRKDIR}/${DISTNAME}
.endif