Lines 187-192
Link Here
|
187 |
.endif |
187 |
.endif |
188 |
.endif |
188 |
.endif |
189 |
|
189 |
|
|
|
190 |
.if defined (MUTT_LITE) |
191 |
WITHOUT_MUTT_SGMLFORMAT= yes |
192 |
WITHOUT_NLS= yes |
193 |
WITHOUT_MUTT_COMPRESSED_FOLDERS= yes |
194 |
WITHOUT_MUTT_QUOTE_PATCH= yes |
195 |
WITHOUT_MUTT_HTML= yes |
196 |
WITH_MUTT_NCURSES= yes |
197 |
.endif |
198 |
|
190 |
# XXX |
199 |
# XXX |
191 |
# this should be done automagically by aclocal but .... |
200 |
# this should be done automagically by aclocal but .... |
192 |
# for now, this will have to do |
201 |
# for now, this will have to do |
Lines 198-203
Link Here
|
198 |
${BUILD_WRKSRC}/Makefile |
207 |
${BUILD_WRKSRC}/Makefile |
199 |
|
208 |
|
200 |
RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support |
209 |
RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support |
|
|
210 |
.if !defined (MUTT_LITE) |
201 |
.if exists(${LOCALBASE}/bin/aspell) && !defined(WITH_MUTT_ISPELL) |
211 |
.if exists(${LOCALBASE}/bin/aspell) && !defined(WITH_MUTT_ISPELL) |
202 |
WITH_MUTT_ASPELL= yes |
212 |
WITH_MUTT_ASPELL= yes |
203 |
.elif exists(${LOCALBASE}/bin/ispell) && !defined(WITH_MUTT_ASPELL) |
213 |
.elif exists(${LOCALBASE}/bin/ispell) && !defined(WITH_MUTT_ASPELL) |
Lines 216-221
Link Here
|
216 |
.endif |
226 |
.endif |
217 |
.if defined(PACKAGE_BUILDING) |
227 |
.if defined(PACKAGE_BUILDING) |
218 |
RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview |
228 |
RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview |
|
|
229 |
.endif |
219 |
.endif |
230 |
.endif |
220 |
|
231 |
|
221 |
.if defined(WITH_MUTT_NCURSES_PORT) |
232 |
.if defined(WITH_MUTT_NCURSES_PORT) |