1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Remove conditional that checks for JDK 1.4, which hasn't been in the

ports tree for years.
This commit is contained in:
Greg Lewis 2019-07-02 16:59:27 +00:00
parent 3086425625
commit e09b3c043b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505689

View File

@ -35,10 +35,8 @@ PORTDOCS= *
JAR_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:java/jakarta-commons-beanutils \
${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \
${JAVALIBDIR}/commons-collections.jar:java/jakarta-commons-collections
.if ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} != "1.4"
JAR_DEPENDS+= ${JAVALIBDIR}/xercesImpl.jar:textproc/xerces-j
.endif
${JAVALIBDIR}/commons-collections.jar:java/jakarta-commons-collections \
${JAVALIBDIR}/xercesImpl.jar:textproc/xerces-j
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."