diff options
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile index 4ea78f5ae7e8..a5516da61f34 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ # - SUBDIR += xvnkb COMMENT = Vietnamese support + SUBDIR += aspell .if !defined(NO_VIET_KDE) SUBDIR += kde3-i18n .endif - SUBDIR += aspell SUBDIR += libviet SUBDIR += unicode-uhoai SUBDIR += vi2vn @@ -22,5 +21,6 @@ SUBDIR += vnterm SUBDIR += vntex SUBDIR += vnxfonts + SUBDIR += xvnkb .include <bsd.port.subdir.mk> |