diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 13:04:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 13:04:00 +0000 |
commit | 3405e8106be4f80b5cc8d9888af0765a32364b34 (patch) | |
tree | d6d3642705885c3d18d93eb26686161f0de71a46 /japanese/k12/Makefile | |
parent | Move variable definitions before including bsd.port.pre.mk. (diff) |
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento
Diffstat (limited to '')
-rw-r--r-- | japanese/k12/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/k12/Makefile b/japanese/k12/Makefile index a8ae2d0b85ff..e11d2d0b2ba4 100644 --- a/japanese/k12/Makefile +++ b/japanese/k12/Makefile @@ -21,6 +21,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif |