diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-28 16:28:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-28 16:28:04 +0000 |
commit | 26e961906bbc1403eb15763b57733558c46841c9 (patch) | |
tree | 7aee9409b9464b07967eb23434c86001846c6d47 /mail/mutt | |
parent | Update to the 20050524 snapshot of Wine. (diff) |
- Add mutt-lite, a slave port for mutt which defines MUTT_LITE flag
PR: ports/81248
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=136347
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 00045aa5427a..0cc696500f68 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -38,6 +38,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview .endif .if defined (MUTT_LITE) +PKGNAMESUFFIX= -lite WITH_SGML_DOCS:=no .elif ${MACHINE_ARCH} != "alpha" # coredump in sgmls |