diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2000-11-02 03:09:04 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2000-11-02 03:09:04 +0000 |
commit | 30bb05c7c29f0bb44ba1eed0bc2defaac0b98df0 (patch) | |
tree | ba972fac1089640f2dfa6586fa95151f68f0a715 /chinese | |
parent | f658c14d6cb4c8fa51033f40f442c677fad7c670 (diff) | |
download | ports-30bb05c7c29f0bb44ba1eed0bc2defaac0b98df0.tar.gz ports-30bb05c7c29f0bb44ba1eed0bc2defaac0b98df0.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c189b91879db..98e980bf9442 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,8 +1,5 @@ # $FreeBSD$ # - SUBDIR += xemacs21 - SUBDIR += xmms - SUBDIR += CJK SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server @@ -37,6 +34,7 @@ SUBDIR += pine4 SUBDIR += pyDict SUBDIR += rxvt + SUBDIR += rxvt-big5 SUBDIR += stardict SUBDIR += ted SUBDIR += telnet @@ -48,5 +46,6 @@ SUBDIR += xcin SUBDIR += xcin25 SUBDIR += xemacs - + SUBDIR += xemacs21 + SUBDIR += xmms .include <bsd.port.subdir.mk> |