diff options
author | asami <asami@FreeBSD.org> | 2000-09-12 19:08:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-12 19:08:05 +0800 |
commit | 6e012c844b936e05d0eec98fd0c653828d56d9ef (patch) | |
tree | a9051cdfdb437814124438255e25105e0e94cd7d /korean/mizifont | |
parent | 26b64903c91d4e9cc56e8a8939a5ece4bdc276d4 (diff) | |
download | freebsd-ports-gnome-6e012c844b936e05d0eec98fd0c653828d56d9ef.tar.gz freebsd-ports-gnome-6e012c844b936e05d0eec98fd0c653828d56d9ef.tar.zst freebsd-ports-gnome-6e012c844b936e05d0eec98fd0c653828d56d9ef.zip |
Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento and gohan
Diffstat (limited to 'korean/mizifont')
-rw-r--r-- | korean/mizifont/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/korean/mizifont/Makefile b/korean/mizifont/Makefile index c5ce064129f7..58f9c3f1931b 100644 --- a/korean/mizifont/Makefile +++ b/korean/mizifont/Makefile @@ -17,6 +17,13 @@ MAINTAINER= cjh@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm 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 RPM2CPIO= rpm2cpio @@ -49,4 +56,4 @@ do-install: post-install: @${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.mk> +.include <bsd.port.post.mk> |