diff options
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: |
