diff options
author | vs <vs@FreeBSD.org> | 2005-05-18 23:16:58 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-18 23:16:58 +0800 |
commit | 85d38ef9da60ae14915712019223acefeaa8d136 (patch) | |
tree | 22fe1e6d60a0a633d7a550e29d86597287c35cec /mail/mutt14/Makefile | |
parent | 1201d568fee3a1a737113673e4ccb023079eb113 (diff) | |
download | freebsd-ports-gnome-85d38ef9da60ae14915712019223acefeaa8d136.tar.gz freebsd-ports-gnome-85d38ef9da60ae14915712019223acefeaa8d136.tar.zst freebsd-ports-gnome-85d38ef9da60ae14915712019223acefeaa8d136.zip |
Do not disable NLS by default with MUTT_LITE
PR: ports/81205
Submitted by: maintainer
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 790e58dfd42f..00045aa5427a 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -44,7 +44,6 @@ WITH_SGML_DOCS:=no WITH_SGML_DOCS?=yes .endif -.if !defined (MUTT_LITE) .if !defined(WITHOUT_NLS) USE_GETTEXT= yes USE_ICONV= yes @@ -52,10 +51,9 @@ USE_ICONV= yes .error the WITHOUT_MUTT_ICONV knob of the mutt port only works if \ WITHOUT_NLS is also given .endif -.elif !defined(WITHOUT_MUTT_ICONV) && !defined (MUTT_LITE) +.elif !defined(WITHOUT_MUTT_ICONV) USE_ICONV= yes .endif -.endif .if defined(WITH_SLANG) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang |