summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-09-19 07:48:21 +0000
committerasami <asami@FreeBSD.org>2000-09-19 07:48:21 +0000
commit93b52486d38edddf238aa5bc331158431e8b340b (patch)
tree64d83c5da4c493edd2a9bc47bf594abc9c56fe2e /japanese
parent874bf38ced37519c837c04efb0ddf52ec4c97b86 (diff)
downloadFreeBSD-ports-93b52486d38edddf238aa5bc331158431e8b340b.zip
FreeBSD-ports-93b52486d38edddf238aa5bc331158431e8b340b.tar.gz
Change RUN_DEPENDS= to RUN_DEPENDS+= so it won't lose the earlier depends.
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/alias-fonts/Makefile2
-rw-r--r--japanese/netscape-fonts/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/alias-fonts/Makefile b/japanese/alias-fonts/Makefile
index eb26d84..fb55eeb 100644
--- a/japanese/alias-fonts/Makefile
+++ b/japanese/alias-fonts/Makefile
@@ -23,7 +23,7 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
-RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
NO_BUILD= yes
diff --git a/japanese/netscape-fonts/Makefile b/japanese/netscape-fonts/Makefile
index eb26d84..fb55eeb 100644
--- a/japanese/netscape-fonts/Makefile
+++ b/japanese/netscape-fonts/Makefile
@@ -23,7 +23,7 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
-RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
NO_BUILD= yes
OpenPOWER on IntegriCloud