diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-11 20:24:44 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-11 20:24:44 +0000 |
commit | 25a005d80db0fa0ca4c020d85bb35b5857cddf91 (patch) | |
tree | 6200e5d859fad3d77d3b59a985e4b6b91a9787c8 /chinese/zhcon | |
parent | 73a0f50eae55b9c085d8bfbdbd8edfcdf3b75193 (diff) | |
download | ports-25a005d80db0fa0ca4c020d85bb35b5857cddf91.tar.gz ports-25a005d80db0fa0ca4c020d85bb35b5857cddf91.zip |
Notes
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 63cd6de04238..b12d100952a4 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -16,6 +16,11 @@ COMMENT= A fast Console Chinese System which supports framebuffer device GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 +USE_ICONV= yes +# Don't bother to add ".if !defined(WITHOUT_NLS)", zhcon requires libintl +USE_GETTEXT= yes +USE_GETOPT_LONG= yes +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |