diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-12 04:24:44 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-12 04:24:44 +0800 |
commit | b768703fbd63c22e00996bb72c6e1933199a1b90 (patch) | |
tree | 5132ca41aab7dae1afefa8641476962965d1914c /chinese/zhcon | |
parent | 37b689a9850156afb1c36c7c761c2a15564aa153 (diff) | |
download | freebsd-ports-gnome-b768703fbd63c22e00996bb72c6e1933199a1b90.tar.gz freebsd-ports-gnome-b768703fbd63c22e00996bb72c6e1933199a1b90.tar.zst freebsd-ports-gnome-b768703fbd63c22e00996bb72c6e1933199a1b90.zip |
Fix build.
PR: ports/98781
Submitted by: maintainer
Approved by: lawrance (mentor, implicit)
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 |