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 /korean/pinetreefonts | |
parent | 689bb16caf7d3965751302db1979553acbfc67e6 (diff) |
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=32551
Diffstat (limited to 'korean/pinetreefonts')
-rw-r--r-- | korean/pinetreefonts/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/korean/pinetreefonts/Makefile b/korean/pinetreefonts/Makefile index a3e5b1c8fe3d..b025f7cf97c9 100644 --- a/korean/pinetreefonts/Makefile +++ b/korean/pinetreefonts/Makefile @@ -17,6 +17,13 @@ MAINTAINER= cjh@FreeBSD.org 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 + WRKSRC= ${WRKDIR}/pinetree.precomposed/bdf FONTS= ptpR08 ptpR10 ptpR12 ptpR14 ptpR18 ptpR24 \ @@ -37,4 +44,4 @@ do-install: done; \ mkfontdir ${PREFIX}/lib/X11/fonts/local -.include <bsd.port.mk> +.include <bsd.port.post.mk> |