diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 251d242a9250..ab26fa40bf0f 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -23,8 +23,8 @@ CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mut LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert -CFLAGS+= -D_DONT_USE_CTYPE_INLINE_ -LDFLAGS+= -lhz +CFLAGS_ADD+= -D_DONT_USE_CTYPE_INLINE_ +LDFLAGS_ADD+= -lhz WITH_MUTT_LOCALES_FIX= yes WITH_MUTT_NCURSES= yes |