diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 12:47:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 12:47:05 +0000 |
commit | c5ab1b3c28fcea6dcdeb5fce9db75d3c2872d808 (patch) | |
tree | 4115527fd18b1c63258727c7ffae58d0fd495167 /chinese/zhcon | |
parent | Break UTF8 support on pre-5.x systems which don't implement wctype.h. (diff) |
only support i386
PR: 46450
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=71778
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 134e2dae8b46..2ab5d3024e54 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes REINPLACE_ARGS= # empty USE_XLIB= yes +ONLY_FOR_ARCHS= i386 MAN1= zhcon.1 |