From e09b3c043bc115da5f42bed7bfe2741c67c6b76b Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 2 Jul 2019 16:59:27 +0000 Subject: [PATCH] Remove conditional that checks for JDK 1.4, which hasn't been in the ports tree for years. --- textproc/jakarta-commons-digester/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/textproc/jakarta-commons-digester/Makefile b/textproc/jakarta-commons-digester/Makefile index f0817902d423..a69cb3021cb1 100644 --- a/textproc/jakarta-commons-digester/Makefile +++ b/textproc/jakarta-commons-digester/Makefile @@ -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}..."