mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Correct dependency to `patch' when WITH_JDBC is defined.
Reported by: Ryo Takahashi <hzi03463@nifty.com> Approved by: saito@a2z.co.jp (maintainer)
This commit is contained in:
parent
5d167a7328
commit
5b398407cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36983
@ -57,7 +57,7 @@ CONFIGURE_ODBC= --with-odbc
|
||||
# Honors JAVA_HOME if you have it set, and don't want the dependency.
|
||||
.if defined(WITH_JDBC)
|
||||
JAVA_HOME?= ${LOCALBASE}/jdk1.1.8
|
||||
BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk
|
||||
BUILD_DEPENDS+= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk
|
||||
SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME}
|
||||
.endif
|
||||
|
||||
|
@ -57,7 +57,7 @@ CONFIGURE_ODBC= --with-odbc
|
||||
# Honors JAVA_HOME if you have it set, and don't want the dependency.
|
||||
.if defined(WITH_JDBC)
|
||||
JAVA_HOME?= ${LOCALBASE}/jdk1.1.8
|
||||
BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk
|
||||
BUILD_DEPENDS+= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk
|
||||
SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user