diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-06 17:57:58 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-06 17:57:58 +0000 |
commit | b2fea180aba20e8bf84458622c241e3d2b39cbc5 (patch) | |
tree | ed8d9a004d13a760c36db8d77224459ca20cd254 /mail/mutt14 | |
parent | 6dd8286b978d9bb437e6d3928f5f49afe36af02c (diff) |
- Fix handling of ncurses config-option
- Remove USE_GMAKE (not needed)
PR: ports/160521
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=281311
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 0fd835f19459..015c1a5f3b6d 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -42,6 +42,7 @@ OPTIONS= NLS "Native Language Support via gettext utilities" on \ GSSAPI "GSSAPI (Kerberos) support" on USE_OPENSSL= yes +USE_NCURSES= yes .include <bsd.port.pre.mk> @@ -51,10 +52,8 @@ WITH_SLANG= yes BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview -USE_GMAKE= yes -USE_NCURSES= yes - .endif + .if defined (MUTT_LITE) PKGNAMESUFFIX= -lite WITH_SGML_DOCS:=no |