mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove a reference to Java 6
After the deletion of the openjdk6 port there are no viable versions of Java 6 remaining in the ports tree. PR: 241020 Approved by: ultima@ (maintainer)
This commit is contained in:
parent
448d8628e0
commit
04dc05aed6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514732
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ CONFLICTS_INSTALL= mysql-connector-java-8*
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_VERSION= 1.6 1.7 1.8
|
JAVA_VERSION= 1.7 1.8
|
||||||
BUILDDIR= ${WRKDIR}/${DISTNAME}
|
BUILDDIR= ${WRKDIR}/${DISTNAME}
|
||||||
APIDOCSDIR= ${STAGEDIR}${DOCSDIR}/javadoc
|
APIDOCSDIR= ${STAGEDIR}${DOCSDIR}/javadoc
|
||||||
SRCDIR= ${WRKDIR}/${DISTNAME}/src
|
SRCDIR= ${WRKDIR}/${DISTNAME}/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue