diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2012-06-24 05:13:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2012-06-24 05:13:19 +0000 |
commit | 32abdd36ac988f3d02dc3fb59968428f87f582c0 (patch) | |
tree | 24efe5f83779455afad4f14bfe4c734ab48c0483 /chinese | |
parent | 7f25c6bd902758abc4c527c27dbb9751a5f1aafa (diff) | |
download | ports-32abdd36ac988f3d02dc3fb59968428f87f582c0.tar.gz ports-32abdd36ac988f3d02dc3fb59968428f87f582c0.zip |
Notes
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 |