aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-07-02 16:59:27 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-07-02 16:59:27 +0000
commite09b3c043bc115da5f42bed7bfe2741c67c6b76b (patch)
tree59f75dadbfbae0613388457ec6a1aea69751ebfa /textproc
parent3086425625ffbb70bbc03d4d1d433cebbacd239d (diff)
downloadports-e09b3c043bc115da5f42bed7bfe2741c67c6b76b.tar.gz
ports-e09b3c043bc115da5f42bed7bfe2741c67c6b76b.zip
Remove conditional that checks for JDK 1.4, which hasn't been in the
ports tree for years.
Notes
Notes: svn path=/head/; revision=505689
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jakarta-commons-digester/Makefile6
1 files 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}..."