diff options
author | Clive Lin <clive@FreeBSD.org> | 2003-01-01 20:48:15 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2003-01-01 20:48:15 +0000 |
commit | edda9fe7824759d9f9ae85abf8504c21c517b94c (patch) | |
tree | 74d0f09fa8771da704728be6d0dbb65669cfc880 /chinese/mutt/Makefile | |
parent | Ports guidelines for no MAINTAINER email address: s/freebsd-ports/ports/ (diff) |
o Chasing mail/mutt-devel upgrade.
o Add --without-wc-funcs to MUTT_CONFIGURE_ARGS, because wc family in
-CURRENT does not work well with mutt.
Notes
Notes:
svn path=/head/; revision=72108
Diffstat (limited to 'chinese/mutt/Makefile')
-rw-r--r-- | chinese/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 0ae9a8925db6..55ea232cd5b3 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -10,7 +10,6 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../mail/mutt-devel REVISEDATE= 20020901 -PORTREVISION= 3 MAINTAINER= ycheng@sinica.edu.tw @@ -20,6 +19,7 @@ PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}-${REVISEDATE}.diff.gz PATCH_DIST_ARGS= -d ${WRKDIR} --quiet WITH_MUTT_LOCALES_FIX= yes +MUTT_CONFIGURE_ARGS+= --without-wc-funcs WITH_MUTT_NCURSES= yes .if !defined(PACKAGE_BUILDING) WITHOUT_MUTT_SGMLFORMAT= yes |