forked from Lainports/freebsd-ports
Remove conditional that checks for JDK 1.4, which hasn't been in the
ports tree for years.
This commit is contained in:
parent
3086425625
commit
e09b3c043b
1 changed files with 2 additions and 4 deletions
|
|
@ -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}..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue