mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
. Align some .endif with their corresponding .if.
This commit is contained in:
parent
e7986575ce
commit
f276a222e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114841
1 changed files with 3 additions and 3 deletions
|
@ -393,15 +393,15 @@ JAVA_RUN= jre
|
||||||
. endif
|
. endif
|
||||||
. if defined(JAVA_EXTRACT)
|
. if defined(JAVA_EXTRACT)
|
||||||
EXTRACT_DEPENDS+= ${DEPEND_JAVA}
|
EXTRACT_DEPENDS+= ${DEPEND_JAVA}
|
||||||
. endif
|
. endif
|
||||||
. if defined(JAVA_BUILD)
|
. if defined(JAVA_BUILD)
|
||||||
. if defined(NO_BUILD)
|
. if defined(NO_BUILD)
|
||||||
check-makevars::
|
check-makevars::
|
||||||
@${ECHO_CMD} "${PKGNAME}: Makefile error: JAVA_BUILD and NO_BUILD cannot be set at the same time.";
|
@${ECHO_CMD} "${PKGNAME}: Makefile error: JAVA_BUILD and NO_BUILD cannot be set at the same time.";
|
||||||
@${FALSE}
|
@${FALSE}
|
||||||
. endif
|
|
||||||
BUILD_DEPENDS+= ${DEPEND_JAVA}
|
|
||||||
. endif
|
. endif
|
||||||
|
BUILD_DEPENDS+= ${DEPEND_JAVA}
|
||||||
|
. endif
|
||||||
. if defined(JAVA_RUN)
|
. if defined(JAVA_RUN)
|
||||||
RUN_DEPENDS+= ${DEPEND_JAVA}
|
RUN_DEPENDS+= ${DEPEND_JAVA}
|
||||||
. endif
|
. endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue