diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-08 15:38:19 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-08 15:38:19 +0000 |
commit | bd2b4feea79d465acd5429c84bb05080d45141a6 (patch) | |
tree | 661b95cdc9def38db5fb31c1e9502bd250c842be /mail | |
parent | b2cc914be90291938d2bc8e5d310ce61c527d3ee (diff) | |
download | ports-bd2b4feea79d465acd5429c84bb05080d45141a6.tar.gz ports-bd2b4feea79d465acd5429c84bb05080d45141a6.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 0bf6917bdd16..7530f2a709e0 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -187,6 +187,15 @@ WITH_MUTT_IMAP_HEADER_CACHE= yes .endif .endif +.if defined (MUTT_LITE) +WITHOUT_MUTT_SGMLFORMAT= yes +WITHOUT_NLS= yes +WITHOUT_MUTT_COMPRESSED_FOLDERS= yes +WITHOUT_MUTT_QUOTE_PATCH= yes +WITHOUT_MUTT_HTML= yes +WITH_MUTT_NCURSES= yes +.endif + # XXX # this should be done automagically by aclocal but .... # for now, this will have to do @@ -198,6 +207,7 @@ pre-build: ${BUILD_WRKSRC}/Makefile RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +.if !defined (MUTT_LITE) .if exists(${LOCALBASE}/bin/aspell) && !defined(WITH_MUTT_ISPELL) WITH_MUTT_ASPELL= yes .elif exists(${LOCALBASE}/bin/ispell) && !defined(WITH_MUTT_ASPELL) @@ -217,6 +227,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .if defined(PACKAGE_BUILDING) RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview .endif +.endif .if defined(WITH_MUTT_NCURSES_PORT) WITH_MUTT_NCURSES= yes |