diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-19 07:48:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-19 07:48:21 +0000 |
commit | fb8be2e8e0fdcc59c78e1baecbb349382f9cde19 (patch) | |
tree | c4dfe560ce8b12aa06d241ce838ccbf1af79f963 | |
parent | 458b973a56e0369512bef9bba8ae167524787170 (diff) |
Change RUN_DEPENDS= to RUN_DEPENDS+= so it won't lose the earlier depends.
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes
Notes:
svn path=/head/; revision=32837
-rw-r--r-- | japanese/alias-fonts/Makefile | 2 | ||||
-rw-r--r-- | japanese/netscape-fonts/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/alias-fonts/Makefile b/japanese/alias-fonts/Makefile index eb26d8401ee9..fb55eeb366c3 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 eb26d8401ee9..fb55eeb366c3 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 |