diff options
author | rafan <rafan@FreeBSD.org> | 2012-09-29 14:35:42 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2012-09-29 14:35:42 +0800 |
commit | 5b1c1fea71f09102861e05e6accb26b51a77c795 (patch) | |
tree | c7e1bbe504817f29c5d0b07bd67d7443cf7037f6 /chinese | |
parent | 3c4426ff9068376960e91d7aaadc66edf578d2d3 (diff) | |
download | freebsd-ports-gnome-5b1c1fea71f09102861e05e6accb26b51a77c795.tar.gz freebsd-ports-gnome-5b1c1fea71f09102861e05e6accb26b51a77c795.tar.zst freebsd-ports-gnome-5b1c1fea71f09102861e05e6accb26b51a77c795.zip |
- Fix build on -CURRENT
PR: ports/172132
Submitted by: KT Sin <ktsin at acm.org>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/mutt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index ff38808368af..43084cdd95a1 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../mail/mutt @@ -23,7 +23,6 @@ CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-lite-[0-9]* LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert -CFLAGS_ADD+= -D_DONT_USE_CTYPE_INLINE_ LDFLAGS_ADD+= -lhz WITH_MUTT_LOCALES_FIX= yes |