1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

. Align some .endif with their corresponding .if.

This commit is contained in:
Greg Lewis 2004-07-27 05:16:34 +00:00
parent e7986575ce
commit f276a222e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114841

View File

@ -393,15 +393,15 @@ JAVA_RUN= jre
. endif
. if defined(JAVA_EXTRACT)
EXTRACT_DEPENDS+= ${DEPEND_JAVA}
. endif
. endif
. if defined(JAVA_BUILD)
. if defined(NO_BUILD)
check-makevars::
@${ECHO_CMD} "${PKGNAME}: Makefile error: JAVA_BUILD and NO_BUILD cannot be set at the same time.";
@${FALSE}
. endif
BUILD_DEPENDS+= ${DEPEND_JAVA}
. endif
BUILD_DEPENDS+= ${DEPEND_JAVA}
. endif
. if defined(JAVA_RUN)
RUN_DEPENDS+= ${DEPEND_JAVA}
. endif