diff options
author | keith <keith@FreeBSD.org> | 2000-12-08 17:23:06 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-12-08 17:23:06 +0800 |
commit | 56b20f276e420ce5f7df32d8c126b962924c0c00 (patch) | |
tree | 64219ff11727e8a34c82d6c53e99ba14772d6c26 /chinese | |
parent | 59f6f21d104f84f7cd97155b0eb4f09b660a5230 (diff) | |
download | freebsd-ports-graphics-56b20f276e420ce5f7df32d8c126b962924c0c00.tar.gz freebsd-ports-graphics-56b20f276e420ce5f7df32d8c126b962924c0c00.tar.zst freebsd-ports-graphics-56b20f276e420ce5f7df32d8c126b962924c0c00.zip |
Add USE_XLIB=yes.
Reported by: bento
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile index d278fb8a5ca..65194371e2a 100644 --- a/chinese/chinput2/Makefile +++ b/chinese/chinput2/Makefile @@ -17,6 +17,8 @@ MAINTAINER= phj@cn.FreeBSD.org BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client +USE_XLIB= yes + WRKSRC= ${WRKDIR}/${PORTNAME} post-extract: |