diff options
author | dhn <dhn@FreeBSD.org> | 2011-09-07 01:57:58 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-09-07 01:57:58 +0800 |
commit | ca321e6a603c02b63d4503746c625633fdd627cf (patch) | |
tree | 3a771accfdc64b9e3bc63ccad0fef75a88be0f6f /mail | |
parent | 811a0fc2e979c80b8c148ba031a8603587378605 (diff) | |
download | freebsd-ports-gnome-ca321e6a603c02b63d4503746c625633fdd627cf.tar.gz freebsd-ports-gnome-ca321e6a603c02b63d4503746c625633fdd627cf.tar.zst freebsd-ports-gnome-ca321e6a603c02b63d4503746c625633fdd627cf.zip |
- Fix handling of ncurses config-option
- Remove USE_GMAKE (not needed)
PR: ports/160521
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 0fd835f19459..015c1a5f3b6d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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 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 |