summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-01-09 06:46:03 +0000
committerume <ume@FreeBSD.org>2001-01-09 06:46:03 +0000
commitc0694d3af84004c6ce883b55250f7f9cd72b85b0 (patch)
tree3a5c297b695d171a54d84dcb8e2cc51d1c8044ea /japanese
parent4b42e461210a82536c5eba44ec04ccf3b73dcaef (diff)
downloadFreeBSD-ports-c0694d3af84004c6ce883b55250f7f9cd72b85b0.zip
FreeBSD-ports-c0694d3af84004c6ce883b55250f7f9cd72b85b0.tar.gz
Correct dependency to `patch' when WITH_JDBC is defined.
Reported by: Ryo Takahashi <hzi03463@nifty.com> Approved by: saito@a2z.co.jp (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/postgresql-tcltk/Makefile2
-rw-r--r--japanese/postgresql7/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile
index 70b5e2a..bf0de68 100644
--- a/japanese/postgresql-tcltk/Makefile
+++ b/japanese/postgresql-tcltk/Makefile
@@ -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
diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile
index 70b5e2a..bf0de68 100644
--- a/japanese/postgresql7/Makefile
+++ b/japanese/postgresql7/Makefile
@@ -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
OpenPOWER on IntegriCloud