diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 11:08:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 11:08:05 +0000 |
commit | a1862f30e74f949fa0554cc9266b7b82b4ffa079 (patch) | |
tree | baae9bdbad9ebbc9c058a6028b2cb1c4456b6ec5 /japanese/k10 | |
parent | Add iconv-extra - an additional charset modules for the iconv-1.0 library (diff) |
Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento and gohan
Diffstat (limited to 'japanese/k10')
-rw-r--r-- | japanese/k10/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/k10/Makefile b/japanese/k10/Makefile index 6c386f49559b..97855c9ec899 100644 --- a/japanese/k10/Makefile +++ b/japanese/k10/Makefile @@ -15,6 +15,12 @@ MAINTAINER= usagi@clave.gr.jp USE_X_PREFIX= yes +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + FONTSDIR= lib/X11/fonts/local MAKE_ENV= FONTSDIR=${FONTSDIR} PLIST_SUB= FONTSDIR=${FONTSDIR} @@ -30,4 +36,4 @@ post-install: @${CP} ${WRKSRC}/README ${PREFIX}/share/doc/naga10/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |