mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Fix by adding `.' of .else
Submitted by: freshports sanity check
This commit is contained in:
parent
06b2bb4729
commit
3aff1c13f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160309
@ -4,7 +4,7 @@
|
||||
|
||||
.if !defined(WITH_GNUGCJ)
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
|
||||
else
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
|
||||
.endif
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
.if !defined(WITH_GNUGCJ)
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
|
||||
else
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
|
||||
.endif
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
.if !defined(WITH_GNUGCJ)
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
|
||||
else
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
|
||||
.endif
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
.if !defined(WITH_GNUGCJ)
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
|
||||
else
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
|
||||
.endif
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
.if !defined(WITH_GNUGCJ)
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
|
||||
else
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user