diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-08 20:18:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-08 20:18:56 +0000 |
commit | 33d17638bc2cb9fe92e61fbab6ce1ba7b1a62670 (patch) | |
tree | 4a5a1cb055f16ed2aecace7fac1ca9e07a4dcb13 /vietnamese | |
parent | 83182c833037cfbb110ed71f2a8dae649d99f4a0 (diff) | |
download | FreeBSD-ports-33d17638bc2cb9fe92e61fbab6ce1ba7b1a62670.zip FreeBSD-ports-33d17638bc2cb9fe92e61fbab6ce1ba7b1a62670.tar.gz |
Add a NO_VIET_KDE knob to avoid the KDE I18N bits -- otherwise it is hard to
build all the general Vietnamese utilities at once.
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile index 621fd43..d5b2b8a 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ # +.if !defined(NO_VIET_KDE) SUBDIR += kde3-i18n +.endif SUBDIR += libviet SUBDIR += unicode-uhoai SUBDIR += vi2vn |