diff options
Diffstat (limited to 'korean/hanyangfonts')
-rw-r--r-- | korean/hanyangfonts/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/korean/hanyangfonts/Makefile b/korean/hanyangfonts/Makefile index 180ec4eba526..7d1f9ca1c95d 100644 --- a/korean/hanyangfonts/Makefile +++ b/korean/hanyangfonts/Makefile @@ -15,6 +15,13 @@ DISTNAME= hanyang-font-pcf MAINTAINER= cjh@FreeBSD.org USE_X_PREFIX= yes + +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + NO_WRKSUBDIR= yes FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ @@ -35,4 +42,4 @@ do-install: done; \ mkfontdir ${PREFIX}/lib/X11/fonts/local -.include <bsd.port.mk> +.include <bsd.port.post.mk> |