diff options
| author | Clive Lin <clive@FreeBSD.org> | 2001-03-13 16:57:38 +0000 |
|---|---|---|
| committer | Clive Lin <clive@FreeBSD.org> | 2001-03-13 16:57:38 +0000 |
| commit | b3a1c707bfba18d72ce3b4698ca4328791604c98 (patch) | |
| tree | 4bcc614272f28cd2dd39eb9d6b3302e83e8981ec /chinese | |
| parent | 628a47d1fa6fbc38ef2eca1fc75b350d853a9110 (diff) | |
Add 2 more BUILD_DEPENDS when build with XFree86 4.
PR: ports/25716
Submitted by: MAINTAINER, sf
Reviewed by: chroot(8), env XFREE86_VERSION=4 make install deinstall
Diffstat (limited to 'chinese')
| -rw-r--r-- | chinese/chinput/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chinese/chinput/Makefile b/chinese/chinput/Makefile index d8eb2accf87e..593c20d64038 100644 --- a/chinese/chinput/Makefile +++ b/chinese/chinput/Makefile @@ -17,6 +17,11 @@ MAINTAINER= phj@cn.FreeBSD.org USE_XLIB= yes +.if defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 \ + mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + WRKSRC= ${WRKDIR}/${PORTNAME} post-extract: |
