diff options
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index de29700df647..deccb9f6712d 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # - SUBDIR += zhcon + SUBDIR += CJK SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server @@ -77,4 +77,6 @@ SUBDIR += xemacs SUBDIR += xemacs21 SUBDIR += xmms + SUBDIR += zhcon + .include <bsd.port.subdir.mk> |