diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Sun May 8 16:54:08 2005 +++ ./Makefile Sun May 8 16:58:12 2005 @@ -187,6 +187,15 @@ .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 @@ ${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) @@ -216,6 +226,7 @@ .endif .if defined(PACKAGE_BUILDING) RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview +.endif .endif .if defined(WITH_MUTT_NCURSES_PORT)