From b768703fbd63c22e00996bb72c6e1933199a1b90 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 11 Jun 2006 20:24:44 +0000 Subject: Fix build. PR: ports/98781 Submitted by: maintainer Approved by: lawrance (mentor, implicit) --- chinese/zhcon/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 63cd6de0423..b12d100952a 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 -- cgit