aboutsummaryrefslogtreecommitdiff
path: root/japanese/ngraph-fonts/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-12 11:08:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-12 11:08:05 +0000
commita1862f30e74f949fa0554cc9266b7b82b4ffa079 (patch)
treebaae9bdbad9ebbc9c058a6028b2cb1c4456b6ec5 /japanese/ngraph-fonts/Makefile
parent6f5ea235402cf08df7ce974712be299f08383f5a (diff)
downloadports-a1862f30e74f949fa0554cc9266b7b82b4ffa079.tar.gz
ports-a1862f30e74f949fa0554cc9266b7b82b4ffa079.zip
Notes
Diffstat (limited to 'japanese/ngraph-fonts/Makefile')
-rw-r--r--japanese/ngraph-fonts/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/japanese/ngraph-fonts/Makefile b/japanese/ngraph-fonts/Makefile
index d61007057288..5e7d4bf0d720 100644
--- a/japanese/ngraph-fonts/Makefile
+++ b/japanese/ngraph-fonts/Makefile
@@ -18,8 +18,15 @@ RUN_DEPENDS= \
${X11BASE}/lib/X11/fonts/local/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26
USE_X_PREFIX= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
NO_BUILD= yes
do-install: # empty
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>